WorkflowInstance.WorkflowInstanceControl.GetAbortReason Method

Definition

Returns the exception that causes the WorkflowInstance to abort.

public:
 Exception ^ GetAbortReason();
public Exception GetAbortReason ();
member this.GetAbortReason : unit -> Exception
Public Function GetAbortReason () As Exception

Returns

The exception that caused the WorkflowInstance to abort, or null if the WorkflowInstance did not abort.

Applies to