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

Inheritance: System.Exception
Afficher le fichier Open project: invertedsoftware/Inverted-Software-Workflow-Engine Class Usage Examples

Méthodes publiques

Méthode Description
WorkflowException ( ) : System
WorkflowException ( string s ) : System
WorkflowException ( string s, Exception innerException ) : System

Method Details

WorkflowException() public méthode

public WorkflowException ( ) : System
Résultat System

WorkflowException() public méthode

public WorkflowException ( string s ) : System
s string
Résultat System

WorkflowException() public méthode

public WorkflowException ( string s, Exception innerException ) : System
s string
innerException System.Exception
Résultat System