Share via


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)

Syntax

'Declaration
Public Sub New ( _
    type As Type, _
    assembly As String _
)
public CustomBuildServiceException(
    Type type,
    string assembly
)
public:
CustomBuildServiceException(
    Type^ type, 
    String^ assembly
)
new : 
        type:Type * 
        assembly:string -> CustomBuildServiceException
public function CustomBuildServiceException(
    type : Type, 
    assembly : String
)

Parameters

  • assembly
    Type: System.String

    The assembly in which this exception was thrown.

.NET Framework Security

See Also

Reference

CustomBuildServiceException Class

CustomBuildServiceException Overload

Microsoft.TeamFoundation.Build.Client Namespace