C# Class WebApplications.Utilities.Logging.ContractException

Inheritance: LoggingException
Afficher le fichier Open project: webappsuk/CoreLibraries

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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).

Méthodes protégées

Méthode Description
ContractException ( [ resourceType, [ resourceProperty, [ conditions ) : System

Initializes a new instance of the ContractException class.

Method Details

ContractException() public méthode

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

ContractException() public méthode

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

ContractException() protected méthode

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