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
'Declaration
Public ReadOnly Property Exception As Exception
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.