C# Класс SobekCM_Resource_Database.SobekCM_Item_Database.SobekCM_Database_Exception

SobekCM_Database_Exception is an exception which can be thrown when there is an error while accessing the database. This extends the ApplicationException class.
Наследование: System.ApplicationException
Показать файл Открыть проект

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

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

Constructor for a new SobekCM_Database_Exception object

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

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

Constructor for a new SobekCM_Database_Exception object
public SobekCM_Database_Exception ( string ExceptionText ) : System
ExceptionText string Text of the exception to be displayed
Результат System