C# Class Abbotware.Core.Workflow.ConfigurationException

Base Exception for a Workflow Configuration Error
Inheritance: Abbotware.Core.Workflow.WorkflowException
Afficher le fichier Open project: abbotware/abbotware

Méthodes protégées

Méthode 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 méthode

Initializes a new instance of the ConfigurationException class.
protected ConfigurationException ( ) : System
Résultat System

ConfigurationException() protected méthode

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

ConfigurationException() protected méthode

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