This documentation is archived and is not being maintained.

AutoMergeDisallowedException Constructor (String, Exception)

Initializes a new instance of the AutoMergeDisallowedException class.

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

public:
AutoMergeDisallowedException(
	String^ message, 
	Exception^ ex
)

Parameters

message
Type: System::String

The error message that explains the reason for this exception.

ex
Type: System::Exception

The exception that caused the exception to be thrown.

Show: