Represents the event arguments for a command error in the RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class CommandErrorEventArgs : EventArgs
Inheritance: objectEventArgsCommandErrorEventArgs
Inherited Members
Constructors
Properties
Gets the exception that represents the error occurred during the command execution.
C#
public Exception Exception { get; }
The exception that was thrown, or null if no exception was thrown.