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

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

Méthodes publiques

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

Method Details

FrameworkFatalException() public méthode

public FrameworkFatalException ( ) : System
Résultat System

FrameworkFatalException() public méthode

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

FrameworkFatalException() public méthode

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