C# 클래스 WebApplications.Utilities.Logging.ContractException

상속: LoggingException
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ContractException ( [ conditions ) : System

Initializes a new instance of the ContractException class. This is used by System.Diagnostics.Contracts.Contract.Requires{ContractException}(bool).

ContractException ( [ conditions, [ message ) : System

Initializes a new instance of the ContractException class. This is used by System.Diagnostics.Contracts.Contract.Requires{ContractException}(bool, string).

보호된 메소드들

메소드 설명
ContractException ( [ resourceType, [ resourceProperty, [ conditions ) : System

Initializes a new instance of the ContractException class.

메소드 상세

ContractException() 공개 메소드

Initializes a new instance of the ContractException class. This is used by System.Diagnostics.Contracts.Contract.Requires{ContractException}(bool).
public ContractException ( [ conditions ) : System
conditions [ The conditions.
리턴 System

ContractException() 공개 메소드

Initializes a new instance of the ContractException class. This is used by System.Diagnostics.Contracts.Contract.Requires{ContractException}(bool, string).
public ContractException ( [ conditions, [ message ) : System
conditions [ The conditions.
message [ The tag.
리턴 System

ContractException() 보호된 메소드

Initializes a new instance of the ContractException class.
protected ContractException ( [ resourceType, [ resourceProperty, [ conditions ) : System
resourceType [ Type of the resource.
resourceProperty [ The resource property.
conditions [ The conditions.
리턴 System