C# Class Abbotware.Core.Workflow.RuntimeException

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

Méthodes publiques

Méthode Description
RuntimeException ( string message ) : System

Initializes a new instance of the RuntimeException class.

RuntimeException ( string message, Exception inner ) : System

Initializes a new instance of the RuntimeException class.

Méthodes protégées

Méthode Description
RuntimeException ( ) : System

Initializes a new instance of the RuntimeException class.

Method Details

RuntimeException() protected méthode

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

RuntimeException() public méthode

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

RuntimeException() public méthode

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