This documentation is archived and is not being maintained.

PcwException::GetFailureKind Method

Gets the kind of failure that occurred.

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

public:
static FailureKind GetFailureKind(
	Exception^ e
)

Parameters

e
Type: System::Exception

The exception that occurred.

Return Value

Type: Microsoft.TeamFoundation.Client::FailureKind
The kind of failure that occurred.

Show: