CommandBindingErrorEventArgsError Property

Gets the Exception occurred while attempting to execute the binding. You can set the Handled property to to suppress the error. Critical exceptions (OutOfMemoryException, StackOverflowException) cannot be handled by the ICommandBinding.Error event.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public Exception Error { get; }

Property Value

Exception

See Also