This documentation is archived and is not being maintained.

ShelveException Constructor (Exception)

Initializes a new ShelveException instance.

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

public:
ShelveException(
	Exception^ innerException
)

Parameters

innerException
Type: System::Exception

The exception that caused this error.

Show: