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

Exceptions thrown during schema parsing.
Inheritance: WebApplications.Utilities.Logging.LoggingException
Afficher le fichier Open project: webappsuk/CoreLibraries Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

DatabaseSchemaException() public méthode

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.
Résultat System

DatabaseSchemaException() public méthode

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.
Résultat System

DatabaseSchemaException() public méthode

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.
Résultat System

DatabaseSchemaException() public méthode

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