This documentation is archived and is not being maintained.

ShelveException Constructor (String, Exception)

Initializes a new ShelveException instance.

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

public:
ShelveException(
	String^ message, 
	Exception^ exception
)

Parameters

message
Type: System::String

A message that describes the exception.

exception
Type: System::Exception

The exception that caused this error.

Show: