This documentation is archived and is not being maintained.

BatchSaveRetryFailedException Constructor (String, Exception)

Initializes a new BatchSaveRetryFailedException instance.

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

public:
BatchSaveRetryFailedException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: System::String

The message for the exception.

innerException
Type: System::Exception

The exception to encapsulate.

Show: