ContractFailedEventArgs Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ContractFailedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Condition | Gets the condition for the failure of the contract. |
|
FailureKind | Gets the type of contract that failed. |
|
Handled | Indicates whether the Contract.ContractFailed event has been handled. |
|
Message | Gets the message that describes the Contract.ContractFailed event. |
|
OriginalException | Gets the original exception that caused the Contract.ContractFailed event. |
|
Unwind | Indicates whether the code contract escalation policy should be applied. |
Show: