Description
This event is fired when a severe framework error occurs. The action to take may be provided as a return argument.
Syntax
Private Sub object_Error(Database, Error, Action)
The Error Event syntax has these parts:
The McDBDatabase in which the severe error occurred.
An internal error number
The subsequent action to take, passed back by clients that receive this event:
Continue as if no error occurred
Retry the operation that caused the error
Fail and abort the operation that caused the error