TaskflowException Constructor (String, Exception, 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, _
    innerException As Exception, _
    siteName As String, _
    externalListName As String _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim siteName As String
Dim externalListName As String

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

Parameters

  • message
    Type: System.String

    Specifies a string representing the exception message.

  • siteName
    Type: System.String

    Specifies a string representing the site name.

  • externalListName
    Type: System.String

    Specifies a string representing the External List name.

See Also

Reference

TaskflowException Class

TaskflowException Members

TaskflowException Overload

OBA.Server.Taskflow Namespace