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
- 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
CreateWorkItemException Overload
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace