Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the SOAP exception that occurred.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared Function GetSoapException ( _
e As Exception _
) As SoapException
public static SoapException GetSoapException(
Exception e
)
public:
static SoapException^ GetSoapException(
Exception^ e
)
static member GetSoapException :
e:Exception -> SoapException
public static function GetSoapException(
e : Exception
) : SoapException
Parameters
- e
Type: System.Exception
An exception.
Return Value
Type: System.Web.Services.Protocols.SoapException
The SOAP exception that occurred.
.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.