Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public ReadOnly Property IsRemoteException As Boolean
public bool IsRemoteException { get; }
public:
property bool IsRemoteException {
bool get ();
}
member IsRemoteException : bool with get
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
- 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.