Class CommandErrorEventArgs. Implements the EventArgs
Definition
Namespace:Telerik.WinForms.SyntaxEditor.Commands
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public class CommandErrorEventArgs : EventArgs
Inheritance: objectEventArgsCommandErrorEventArgs
Inherited Members
Constructors
Initializes a new instance of the CommandErrorEventArgs class.
Properties
Gets the exception.
C#
public Exception Exception { get; }
The exception.
Gets or sets a value indicating whether this CommandErrorEventArgs is handled.
C#
public bool Handled { get; set; }
true if handled; otherwise, false.