BaseAsyncResult.Exception Property

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.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

.NET Framework Security

See Also

Reference

BaseAsyncResult Class

Microsoft.TeamFoundation.Common Namespace