PSWorkflowInstance.OnFaulted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)