This documentation is archived and is not being maintained.

CustomBuildServiceException Constructor (Type, String)

Initializes a new CustomBuildServiceException instance.

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

public:
CustomBuildServiceException(
	Type^ type, 
	String^ assembly
)

Parameters

type
Type: System::Type

The type of this exception.

assembly
Type: System::String

The assembly in which this exception was thrown.

Show: