Share via


VssResponseContext.TryGetErrorCode Method

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VssResponseContext Class

Microsoft.VisualStudio.Services.WebApi Namespace