C# Класс Org.Openengsb.Loom.CSharp.Bridge.Implementation.Exceptions.BridgeException

Exception for Problems with the OpenEngSB Connection
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
BridgeException ( ) : System

Default constructor

BridgeException ( string message ) : System

Constructor

BridgeException ( string message, Exception inner ) : System

Constructor

Описание методов

BridgeException() публичный Метод

Default constructor
public BridgeException ( ) : System
Результат System

BridgeException() публичный Метод

Constructor
public BridgeException ( string message ) : System
message string Exception message
Результат System

BridgeException() публичный Метод

Constructor
public BridgeException ( string message, Exception inner ) : System
message string Exception Message
inner System.Exception Inner Exception
Результат System