System.Rtti.TVirtualMethodInterceptor.DoException

From RAD Studio API Documentation
Jump to: navigation, search

API:System.Rtti.TVirtualMethodInterceptor.DoException

Description

Invokes the OnException event.

DoException is a protected virtual method that corresponds to the OnException event. When deriving from TVirtualMethodInterceptor, it may make more sense to override this method rather than subscribe to the OnException event, since users of the derived class may also want to subscribe to the same event.

See Also