C# Class WebApplications.Utilities.Database.Exceptions.DatabaseSchemaException

Exceptions thrown during schema parsing.
Inheritance: WebApplications.Utilities.Logging.LoggingException
显示文件 Open project: webappsuk/CoreLibraries Class Usage Examples

Public Methods

Method Description
DatabaseSchemaException ( LoggingLevel level, [ resource ) : System

Initializes a new instance of the LoggingException class.

DatabaseSchemaException ( [ innerException, LoggingLevel level ) : System

Initializes a new instance of the LoggingException class.

DatabaseSchemaException ( [ innerException, LoggingLevel level, [ resource ) : System

Initializes a new instance of the LoggingException class.

DatabaseSchemaException ( [ innerException, [ resource ) : System

Initializes a new instance of the LoggingException class.

DatabaseSchemaException ( [ resource ) : System

Initializes a new instance of the LoggingException class.

Method Details

DatabaseSchemaException() public method

Initializes a new instance of the LoggingException class.
public DatabaseSchemaException ( LoggingLevel level, [ resource ) : System
level LoggingLevel The severity of the exception being logged.
resource [ The resource expression, e.g. ()=> Resources.Log_Message.
return System

DatabaseSchemaException() public method

Initializes a new instance of the LoggingException class.
public DatabaseSchemaException ( [ innerException, LoggingLevel level ) : System
innerException [ The exception that occurred during parsing.
level LoggingLevel The severity of the exception being logged.
return System

DatabaseSchemaException() public method

Initializes a new instance of the LoggingException class.
public DatabaseSchemaException ( [ innerException, LoggingLevel level, [ resource ) : System
innerException [ The exception that occurred during parsing.
level LoggingLevel The severity of the exception being logged.
resource [ The resource expression, e.g. ()=> Resources.Log_Message.
return System

DatabaseSchemaException() public method

Initializes a new instance of the LoggingException class.
public DatabaseSchemaException ( [ innerException, [ resource ) : System
innerException [ The exception that occurred during parsing.
resource [ The resource expression, e.g. ()=> Resources.Log_Message.
return System

DatabaseSchemaException() public method

Initializes a new instance of the LoggingException class.
public DatabaseSchemaException ( [ resource ) : System
resource [ The resource expression, e.g. ()=> Resources.Log_Message.
return System