[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Commands.Command.OnException

OnException Method

OnException(Exception)

Called when the exception occurs.

Declaration
protected virtual void OnException(Exception exception)
Protected Overridable Sub OnException(exception As Exception)
Parameters
Type Name Description
Exception exception

The exception is thrown by executing this command.

OnException(string)

Called when the exception occurs.

Declaration
protected virtual void OnException(string exception)
Protected Overridable Sub OnException(exception As String)
Parameters
Type Name Description
string exception

The exception is thrown by executing this command.