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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.