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
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
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