Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Initializes a new instance of the SetDataBindingFailedException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
SetDataBindingFailedException() | Initializes a new instance of the SetDataBindingFailedException class. |
![]() |
SetDataBindingFailedException(Exception) | |
![]() |
SetDataBindingFailedException(String) | Initializes a new instance of the SetDataBindingFailedException class with a specified error message. |
![]() |
SetDataBindingFailedException(FailureReason) | Initializes a new instance of the SetDataBindingFailedException class with a specified reason that the data binding failed. |
![]() |
SetDataBindingFailedException(String, Exception) | Initializes a new instance of the SetDataBindingFailedException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
![]() |
SetDataBindingFailedException(FailureReason, Exception) | Initializes a new instance of the SetDataBindingFailedException class with a specified reason that the data binding failed, and a reference to the inner exception that is the cause of this exception. |
![]() |
SetDataBindingFailedException(FailureReason, String) | Initializes a new instance of the SetDataBindingFailedException class with a specified reason that the data binding failed, and the error message. |
![]() |
SetDataBindingFailedException(FailureReason, Exception, String) | Initializes a new instance of the SetDataBindingFailedException class with a specified reason that the data binding failed, the error message, and a reference to the inner exception that is the cause of this exception. |
Top