[]
Called when the exception occurs.
protected virtual void OnException(Exception exception)
Protected Overridable Sub OnException(exception As Exception)
Type | Name | Description |
---|---|---|
Exception | exception | The exception is thrown by executing this command. |
Called when the exception occurs.
protected virtual void OnException(string exception)
Protected Overridable Sub OnException(exception As String)
Type | Name | Description |
---|---|---|
string | exception | The exception is thrown by executing this command. |