C# Class CodeKing.SqlHarvester.Core.Data.DatabaseException

The exception which occurs when the Cms fails to access the database.
Inheritance: System.ApplicationException
Exibir arquivo Open project: TheCodeKing/SqlHarvester.Net

Public Methods

Method Description
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.

Method Details

DatabaseException() public method

Initializes a new instance of the DatabaseException class.
public DatabaseException ( string message ) : System
message string The message.
return System

DatabaseException() public method

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.
return System