Class WorkflowException
Inheritance
WorkflowException
Assembly: DotNetNuke.dll
Syntax
public class WorkflowException : ApplicationException, ISerializable, _Exception
Constructors
WorkflowException()
Declaration
public WorkflowException()
WorkflowException(string)
Declaration
public WorkflowException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
WorkflowException(string, Exception)
Declaration
public WorkflowException(string message, Exception innerException)
Parameters
Implements
Extension Methods