TaskflowException Constructor (String)

Initializes a new instance of the TaskflowException class.

Namespace:  OBA.Server.Taskflow
Assembly:  OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New TaskflowException(message)
public TaskflowException(
    string message
)

Parameters

  • message
    Type: System.String

    Specifies the string representing the message.

See Also

Reference

TaskflowException Class

TaskflowException Members

TaskflowException Overload

OBA.Server.Taskflow Namespace