ClassCommandErrorEventArgs
Class
Class CommandErrorEventArgs. Implements the EventArgs
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.Commands
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
cs-api-definition
public class CommandErrorEventArgs : EventArgs
Inheritance: objectEventArgsCommandErrorEventArgs
Inherited Members
Constructors
CommandErrorEventArgs(Exception)
Initializes a new instance of the CommandErrorEventArgs class.
Declaration
cs-api-definition
public CommandErrorEventArgs(Exception exception)
Parameters
exception
The exception.
Properties
Exception
Gets the exception.
Declaration
cs-api-definition
public Exception Exception { get; }
Property Value
The exception.
Handled
Gets or sets a value indicating whether this CommandErrorEventArgs is handled.
Declaration
cs-api-definition
public bool Handled { get; set; }
Property Value
true if handled; otherwise, false.