C# Class Abbotware.Core.Workflow.ConfigurationException

Base Exception for a Workflow Configuration Error
Inheritance: Abbotware.Core.Workflow.WorkflowException
Mostra file Open project: abbotware/abbotware

Protected Methods

Method Description
ConfigurationException ( ) : System

Initializes a new instance of the ConfigurationException class.

ConfigurationException ( string message ) : System

Initializes a new instance of the ConfigurationException class.

ConfigurationException ( string message, Exception inner ) : System

Initializes a new instance of the ConfigurationException class.

Method Details

ConfigurationException() protected method

Initializes a new instance of the ConfigurationException class.
protected ConfigurationException ( ) : System
return System

ConfigurationException() protected method

Initializes a new instance of the ConfigurationException class.
protected ConfigurationException ( string message ) : System
message string message
return System

ConfigurationException() protected method

Initializes a new instance of the ConfigurationException class.
protected ConfigurationException ( string message, Exception inner ) : System
message string message
inner Exception inner exception
return System