IndirectBinding<T>.CatchException Method |
Name | Description | |
---|---|---|
![]() | CatchException(Func<Exception, Boolean>) |
Catches any exceptions when setting the value of the binding
|
![]() | CatchException<TException>(Func<TException, Boolean>) |
Catches any exceptions of the specified TException when setting the value of the binding.
|