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

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

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

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

Default constructor

OpenEngSBException ( string message ) : System

Consructor

OpenEngSBException ( string message, Exception inner ) : System

Constructor

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

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

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

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

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

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

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