C# 클래스 WebApplications.Utilities.Database.Exceptions.DatabaseSchemaException

Exceptions thrown during schema parsing.
상속: WebApplications.Utilities.Logging.LoggingException
파일 보기 프로젝트 열기: webappsuk/CoreLibraries 1 사용 예제들

공개 메소드들

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