C# Class 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.
Inheritance: System.ApplicationException
Mostrar archivo Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
SobekCM_Database_Exception ( string ExceptionText ) : System

Constructor for a new SobekCM_Database_Exception object

Method Details

SobekCM_Database_Exception() public method

Constructor for a new SobekCM_Database_Exception object
public SobekCM_Database_Exception ( string ExceptionText ) : System
ExceptionText string Text of the exception to be displayed
return System