PSWorkflowInstance.OnFaulted Property

Definition

On faulted handler.

protected:
 property Action<Exception ^, System::Object ^> ^ OnFaulted { Action<Exception ^, System::Object ^> ^ get(); };
protected Action<Exception,object> OnFaulted { get; }
member this.OnFaulted : Action<Exception, obj>
Protected ReadOnly Property OnFaulted As Action(Of Exception, Object)

Property Value

Applies to