Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.