ClassCommandErrorEventArgs
Class
Represents the event arguments for a command error in the RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class CommandErrorEventArgs : EventArgs
Inheritance: objectEventArgsCommandErrorEventArgs
Inherited Members
Constructors
CommandErrorEventArgs(Exception)
Declaration
cs-api-definition
public CommandErrorEventArgs(Exception exception)
Parameters
exception
Properties
Exception
Gets the exception that represents the error occurred during the command execution.
Declaration
cs-api-definition
public Exception Exception { get; }
Property Value
The exception that was thrown, or null if no exception was thrown.