CreateWorkItemException Constructor (String)

Initializes a new instance of the CreateWorkItemException class with the specified message.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public CreateWorkItemException(
    string message
)
public:
CreateWorkItemException(
    String^ message
)
new : 
        message:string -> CreateWorkItemException
public function CreateWorkItemException(
    message : String
)

Parameters

  • message
    Type: System.String

    A user-readable message describing the error.

.NET Framework Security

See Also

Reference

CreateWorkItemException Class

CreateWorkItemException Overload

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace