ContractFailedEventArgs Properties

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.

  NameDescription
Public property Condition Gets the condition for the failure of the contract.
Public property FailureKind Gets the type of contract that failed.
Public property Handled Indicates whether the Contract.ContractFailed event has been handled.
Public property Message Gets the message that describes the Contract.ContractFailed event.
Public property OriginalException Gets the original exception that caused the Contract.ContractFailed event.
Public property Unwind Indicates whether the code contract escalation policy should be applied.
Top

Show:
© 2017 Microsoft