Class WorkflowException
Inheritance
System.Object
WorkflowException
Namespace: DotNetNuke.Entities.Content.Workflow.Exceptions
Assembly: DotNetNuke.dll
Syntax
public class WorkflowException : ApplicationException
Constructors
| Improve this Doc View SourceWorkflowException()
Initializes a new instance of the WorkflowException class.
Declaration
public WorkflowException()
WorkflowException(String, Exception)
Initializes a new instance of the WorkflowException class.
Declaration
public WorkflowException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | innerException |
WorkflowException(String)
Initializes a new instance of the WorkflowException class.
Declaration
public WorkflowException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |