Notifies exception manager about exception.
Unit
Syntax
ParametersAInfo [in] Exception object, exception information, exception data, or any other information which identifies exception (there are multiple overloads variants of the same Info method). If this value is not specified ( nil) - then nil will be returned from the method.
AAddr [in, optional] Exception address. Typically this is ExceptAddr value. This argument is present not in all overloaded methods.
AContext [in, optional] Pointer to low-level CPU information. This information will be used for creation of new information. It's not used for identification purposes.
ARespectActivation [in, optional] True (default) - check the current status of EurekaLog. If no EurekaLog is enabled - return nil, otherwise (EurekaLog is enabled) - do the usual work.
False - always retrieve information even if EurekaLog is not active.
Return valueInformation about specified exception or nil if information can not be created.
Remarks
See also
|