ICanHandleException Interface
Allows the caller of a script engine to specify which exceptions the caller handles.
Methods
In addition to the methods inherited from IUnknown
, the ICanHandleException
interface exposes the following methods.
Method | Description |
---|---|
ICanHandleException::CanHandleException | Determines if the caller of the script engine can handle a specified exception. |