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

Inheritance: System.Exception
Mostra file Open project: invertedsoftware/Inverted-Software-Workflow-Engine

Public Methods

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

Method Details

FrameworkFatalException() public method

public FrameworkFatalException ( ) : System
return System

FrameworkFatalException() public method

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

FrameworkFatalException() public method

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