C# 클래스 CodeKing.SqlHarvester.Core.Data.DatabaseException

The exception which occurs when the Cms fails to access the database.
상속: System.ApplicationException
파일 보기 프로젝트 열기: TheCodeKing/SqlHarvester.Net

공개 메소드들

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