Class WorkflowApplicationAbortedEventArgs
Inherited Members
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public class WorkflowApplicationAbortedEventArgs : WorkflowApplicationEventArgs
Properties
Reason
Declaration
public Exception Reason { get; }
Property Value
System.Exception
|