Share via


TaskflowException Constructor (String, Exception)

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, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

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

Parameters

  • message
    Type: System.String

    Specifies the string representing the message.

See Also

Reference

TaskflowException Class

TaskflowException Members

TaskflowException Overload

OBA.Server.Taskflow Namespace