TeamFoundationServerException.IsRemoteException Property

Gets a flag describing whether this exception was thrown by the server and received by the client.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

‘선언
Public ReadOnly Property IsRemoteException As Boolean
    Get
public bool IsRemoteException { get; }
public:
property bool IsRemoteException {
    bool get ();
}
member IsRemoteException : bool
function get IsRemoteException () : boolean

Property Value

Type: System.Boolean
True if this exception was thrown by the server and received by the client; otherwise, false.

.NET Framework Security

See Also

Reference

TeamFoundationServerException Class

Microsoft.TeamFoundation Namespace