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
type
Type: System.TypeThe type of this exception.
assembly
Type: System.StringThe assembly in which this exception was thrown.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CustomBuildServiceException Class