Provides data for the CommandError event raised when a workbook command fails during execution.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Commands
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class CommandErrorEventArgs : CommandExecuteEventArgsBase
Inheritance: objectEventArgsCommandExecuteEventArgsBaseCommandErrorEventArgs
Inherited Members
Properties
Gets the exception that caused the command to fail.
C#
public Exception Exception { get; }
The exception.