Share via


VssResponseContext.Exception Property

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Property Exception As Exception
public Exception Exception { get; internal set; }
public:
property Exception^ Exception {
    Exception^ get ();
    internal: void set (Exception^ value);
}
member Exception : Exception with get, internal set
function get Exception () : Exception 
internal function set Exception (value : Exception)

Property Value

Type: System.Exception

.NET Framework Security

See Also

Reference

VssResponseContext Class

Microsoft.VisualStudio.Services.WebApi Namespace