TaskflowException Constructor (String, String)

Initializes a new instance of TaskflowException class.

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

Syntax

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

Dim instance As New TaskflowException(message, _
    errorCode)
public TaskflowException(
    string message,
    string errorCode
)

Parameters

  • message
    Type: System.String

    Specifies the string representing the message.

See Also

Reference

TaskflowException Class

TaskflowException Members

TaskflowException Overload

OBA.Server.Taskflow Namespace