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
- value
Type: System.String%
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.