FaultCallback Delegate

.NET Framework (current version)
 

Represents the method that is called when a scheduled activity or one of its children enters the Faulted state.

Namespace:   System.Activities
Assembly:  System.Activities (in System.Activities.dll)

public delegate void FaultCallback(
	NativeActivityFaultContext^ faultContext,
	Exception^ propagatedException,
	ActivityInstance^ propagatedFrom
)

Parameters

faultContext
Type: System.Activities::NativeActivityFaultContext^

The T:System.Activities.ActivityFaultContext provided for inspecting the workflow fault.

propagatedException
Type: System::Exception^

The exception that caused the fault.

propagatedFrom
Type: System.Activities::ActivityInstance^

The activity that threw the exception and generated the fault.

.NET Framework
Available since 4.0
Return to top
Show: