This documentation is archived and is not being maintained.

ServicingStepGroupDependencyException Constructor (String, Exception)

Initializes a new instance of the ServicingStepGroupDependencyException class by using the specified message and inner exception.

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

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

Parameters

message
Type: System::String

A user-readable message that describes the error.

ex
Type: System::Exception

The exception that caused this exception.

Show: