BaseAsyncResult.Exception Property

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

Syntax

'Declaration
Public ReadOnly Property Exception As Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
member Exception : Exception with get
function get Exception () : Exception

Property Value

Type: System.Exception

.NET Framework Security

See Also

Reference

BaseAsyncResult Class

Microsoft.TeamFoundation.Common Namespace