This documentation is archived and is not being maintained.

PcwException::GetSoapException Method

Gets the SOAP exception that occurred.

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

public:
static SoapException^ GetSoapException(
	Exception^ e
)

Parameters

e
Type: System::Exception

An exception.

Return Value

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

Show: