This documentation is archived and is not being maintained.

UnexpectedErrorException Constructor (Exception)

Initializes a new UnexpectedErrorException instance.

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

public:
UnexpectedErrorException(
	Exception^ innerException
)

Parameters

innerException
Type: System::Exception

The exception object to encapsulate.

Show: