This documentation is archived and is not being maintained.

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)

public:
property bool IsRemoteException {
	bool get ();
}

Property Value

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

Show: