DataAsyncCommandFailureEventHandler Delegate

Definition

Represents the method that is called when an asynchronous command fails.

C++
public delegate void DataAsyncCommandFailureEventHandler(Exception ^ e, bool nonFatal);

Parameters

e
Exception

The exception that occurs to cause the command failure.

nonFatal
Boolean

An indication if the failure is non-fatal; that is, that the command continues to run after this method returns.

Applies to

Produit Versions
Visual Studio SDK 2017, 2019, 2022