C# Класс CodeKing.SqlHarvester.Core.Data.DatabaseException

The exception which occurs when the Cms fails to access the database.
Наследование: System.ApplicationException
Показать файл Открыть проект

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

Метод Описание
DatabaseException ( string message ) : System

Initializes a new instance of the DatabaseException class.

DatabaseException ( string message, Exception innerException ) : System

Initializes a new instance of the DatabaseException class.

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

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

Initializes a new instance of the DatabaseException class.
public DatabaseException ( string message ) : System
message string The message.
Результат System

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

Initializes a new instance of the DatabaseException class.
public DatabaseException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Результат System