C# Class InvertedSoftware.WorkflowEngine.Common.Exceptions.WorkflowException

Inheritance: System.Exception
ファイルを表示 Open project: invertedsoftware/Inverted-Software-Workflow-Engine Class Usage Examples

Public Methods

Method Description
WorkflowException ( ) : System
WorkflowException ( string s ) : System
WorkflowException ( string s, Exception innerException ) : System

Method Details

WorkflowException() public method

public WorkflowException ( ) : System
return System

WorkflowException() public method

public WorkflowException ( string s ) : System
s string
return System

WorkflowException() public method

public WorkflowException ( string s, Exception innerException ) : System
s string
innerException System.Exception
return System