ContractFailureKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of contract that failed.
public enum class ContractFailureKind
public enum ContractFailureKind
type ContractFailureKind =
Public Enum ContractFailureKind
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Precondition | 0 | A Requires contract failed. |
Postcondition | 1 | An Ensures contract failed. |
PostconditionOnException | 2 | An EnsuresOnThrow contract failed. |
Invariant | 3 | An Invariant contract failed. |
Assert | 4 | An Assert contract failed. |
Assume | 5 | An Assume contract failed. |
Remarks
The ContractFailureKind enumeration is used by the System.Diagnostics.Contracts.ContractFailedEventArgs class.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.