C# Класс WebApplications.Utilities.Database.Exceptions.DatabaseSchemaException

Exceptions thrown during schema parsing.
Наследование: WebApplications.Utilities.Logging.LoggingException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

DatabaseSchemaException() публичный Метод

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.
Результат System

DatabaseSchemaException() публичный Метод

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.
Результат System

DatabaseSchemaException() публичный Метод

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.
Результат System

DatabaseSchemaException() публичный Метод

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.
Результат System

DatabaseSchemaException() публичный Метод

Initializes a new instance of the LoggingException class.
public DatabaseSchemaException ( [ resource ) : System
resource [ The resource expression, e.g. ()=> Resources.Log_Message.
Результат System