Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the exception code if this is a remote exception and an exception code was provided by the server.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public ReadOnly Property RemoteExceptionCode As String
public string RemoteExceptionCode { get; }
public:
property String^ RemoteExceptionCode {
String^ get ();
}
member RemoteExceptionCode : string
function get RemoteExceptionCode () : String
Property Value
Type: System.String
The exception code provided by the server; otherwise, null.
.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.