TeamFoundationServerException.RemoteExceptionCode Property
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
'Dichiarazione
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.