VssResponseContext.TryGetException Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Function TryGetException ( _
    <OutAttribute> ByRef value As Exception _
) As Boolean
public bool TryGetException(
    out Exception value
)
public:
bool TryGetException(
    [OutAttribute] Exception^% value
)
member TryGetException : 
        value:Exception byref -> bool
public function TryGetException(
    value : Exception
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VssResponseContext Class

Microsoft.VisualStudio.Services.Common Namespace