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

Exception for Problems with the OpenEngSB Connection
Inheritance: System.Exception
ファイルを表示 Open project: openengsb/loom-csharp

Public Methods

Method Description
BridgeException ( ) : System

Default constructor

BridgeException ( string message ) : System

Constructor

BridgeException ( string message, Exception inner ) : System

Constructor

Method Details

BridgeException() public method

Default constructor
public BridgeException ( ) : System
return System

BridgeException() public method

Constructor
public BridgeException ( string message ) : System
message string Exception message
return System

BridgeException() public method

Constructor
public BridgeException ( string message, Exception inner ) : System
message string Exception Message
inner System.Exception Inner Exception
return System