BindingFailedEventArgs class
Provides event data for the DebugSettings.BindingFailed event.
Inheritance
- Object
- BindingFailedEventArgs
Syntax
Attributes
- MarshalingBehaviorAttribute(Agile)
- ThreadingAttribute(Both)
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The BindingFailedEventArgs class has these types of members:
Methods
The BindingFailedEventArgs class inherits methods from the Object class.
Properties
The BindingFailedEventArgs class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Gets the explanation of the binding failure. |
Remarks
BindingFailedEventArgs is used for debugging bindings, using a technique that you shouldn't include in production code. Wire the event handler using DebugSettings, and use this data class as the result in your handler. You'll mainly be interested in the Message value, which you could log or send to Debug output.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 1/31/2013
