Class
CommandErrorEventArgs

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 EventArgs.Empty

Constructors

CommandErrorEventArgs(Exception)

Initializes a new instance of the CommandErrorEventArgs class.

Declaration

cs-api-definition
public CommandErrorEventArgs(Exception exception)

Parameters

exception

Exception

The exception.

Properties

Exception

Gets the exception.

Declaration

cs-api-definition
public Exception Exception { get; }

Property Value

Exception

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

bool

true if handled; otherwise, false.