C# Класс WebApplications.Utilities.Logging.ContractException

Наследование: LoggingException
Показать файл Открыть проект

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