ExceptionEvent
Overview
ExceptionEvent class represents RO exception events and usually used to handle situations where exception should be raised.
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract
- Ancestry: EventObject | ExceptionEvent
Properties
Exception
property Exception: Exception read;
Exception Exception { __get; }
Instance Methods
constructor
Creates an instance of an object with the given Exception.
constructor(aSender: Object; anException: Exception)
ExceptionEvent(Object aSender, Exception anException)
Parameters:
- aSender: A sender of the event.
- anException: An Exception that is expected to be handled.