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

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

Public Methods

Method Description
OpenEngSBException ( ) : System

Default constructor

OpenEngSBException ( string message ) : System

Consructor

OpenEngSBException ( string message, Exception inner ) : System

Constructor

Method Details

OpenEngSBException() public method

Default constructor
public OpenEngSBException ( ) : System
return System

OpenEngSBException() public method

Consructor
public OpenEngSBException ( string message ) : System
message string Exception message
return System

OpenEngSBException() public method

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