Activity::Faulting Event

 

Occurs when an exception is raised during the running of the instance.

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
[BrowsableAttribute(false)]
event EventHandler<ActivityExecutionStatusChangedEventArgs^>^ Faulting {
	void add(EventHandler<ActivityExecutionStatusChangedEventArgs^>^ value);
	void remove(EventHandler<ActivityExecutionStatusChangedEventArgs^>^ value);
}

For more information about handling events, see NIB: Consuming Events.

.NET Framework
Available since 3.0
Return to top
Show: