C# Class Org.Openengsb.Loom.CSharp.Bridge.Implementation.Exceptions.OpenEngSBException

Exception for Problems with the OpenEngSB Connection
Inheritance: System.Exception
Afficher le fichier Open project: openengsb/loom-csharp

Méthodes publiques

Méthode Description
OpenEngSBException ( ) : System

Default constructor

OpenEngSBException ( string message ) : System

Consructor

OpenEngSBException ( string message, Exception inner ) : System

Constructor

Method Details

OpenEngSBException() public méthode

Default constructor
public OpenEngSBException ( ) : System
Résultat System

OpenEngSBException() public méthode

Consructor
public OpenEngSBException ( string message ) : System
message string Exception message
Résultat System

OpenEngSBException() public méthode

Constructor
public OpenEngSBException ( string message, Exception inner ) : System
message string Exception Message
inner System.Exception Inner Exception
Résultat System