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.StringSpecifies the string representing the message.