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 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.ExceptionAn 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.