PcwException.GetSoapException Method

Gets the SOAP exception that occurred.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

‘선언
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

Return Value

Type: System.Web.Services.Protocols.SoapException
The SOAP exception that occurred.

.NET Framework Security

See Also

Reference

PcwException Class

Microsoft.TeamFoundation.Client Namespace