C# Класс DBH.DBException.DBOpenException

Наследование: DBException
Показать файл Открыть проект

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

Метод Описание
DBOpenException ( ) : System
DBOpenException ( Exception ex ) : System
DBOpenException ( string msg ) : System
DBOpenException ( string message, Exception ex ) : System

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

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

public DBOpenException ( ) : System
Результат System

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

public DBOpenException ( Exception ex ) : System
ex System.Exception
Результат System

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

public DBOpenException ( string msg ) : System
msg string
Результат System

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

public DBOpenException ( string message, Exception ex ) : System
message string
ex System.Exception
Результат System