Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
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.