This documentation is archived and is not being maintained.

BatchSaveFailedException Constructor (String, Exception)

Initializes a new BatchSaveFailedException instance.

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

public:
BatchSaveFailedException(
	String^ error, 
	Exception^ innerException
)

Parameters

error
Type: System::String

A message describing the exception.

innerException
Type: System::Exception

The exception that caused this exception.

Show: