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

'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

See Also

Reference

TeamFoundationServerException Class

Microsoft.TeamFoundation Namespace