DotNetNuke.Entities.Content.Workflow.Exceptions.WorkflowException

Namespace: DotNetNuke.Entities.Content.Workflow.Exceptions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public WorkflowException(
	string message,
	Exception innerException
)
Visual Basic
Public Sub New ( 
	message As String,
	innerException As Exception
)

Parameters

message
Type: System..::..String
parammessageM:DotNetNuke.Entities.Content.Workflow.Exceptions.WorkflowException.#ctor(System.String,System.Exception)
innerException
Type: System..::..Exception
paraminnerExceptionM:DotNetNuke.Entities.Content.Workflow.Exceptions.WorkflowException.#ctor(System.String,System.Exception)

See Also