RemoteWorkflowCompletedEventArgs.Exception Property

Gets the Exception, if any, that was thrown by the workflow.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Services
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'宣言
Public ReadOnly Property Exception As Exception
    Get
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
member Exception : Exception
function get Exception () : Exception

Property Value

Type: System.Exception
The Exception, if any, that was thrown by the workflow; otherwise, null.

.NET Framework Security

See Also

Reference

RemoteWorkflowCompletedEventArgs Class

Microsoft.TeamFoundation.Build.Workflow.Services Namespace