New to Telerik UI for WinFormsStart a free 30-day trial

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

Constructors

Initializes a new instance of the CommandErrorEventArgs class.

C#
public CommandErrorEventArgs(Exception exception)
Parameters:exceptionException

The exception.

Properties

Gets the exception.

C#
public Exception Exception { get; }
Property Value:

The exception.

Gets or sets a value indicating whether this CommandErrorEventArgs is handled.

C#
public bool Handled { get; set; }
Property Value:

true if handled; otherwise, false.