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

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

Méthodes publiques

Méthode Description
BridgeException ( ) : System

Default constructor

BridgeException ( string message ) : System

Constructor

BridgeException ( string message, Exception inner ) : System

Constructor

Method Details

BridgeException() public méthode

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

BridgeException() public méthode

Constructor
public BridgeException ( string message ) : System
message string Exception message
Résultat System

BridgeException() public méthode

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