Share via


BaseAsyncResult.Exception Property

Gets the exception object that was passed in upon Completion.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Exception As Exception
'Usage
Dim instance As BaseAsyncResult 
Dim value As Exception 

value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
public function get Exception () : Exception

Property Value

Type: System.Exception

.NET Framework Security

See Also

Reference

BaseAsyncResult Class

BaseAsyncResult Members

Microsoft.TeamFoundation.Common Namespace