IException.Source

Syntax

Source: String;

Description

The Source property returns the information about the error source.

Comments

For the errors occurred in the application code, the property returns identifier of unit/form, in which the error occurred.

For the errors caused the current exception and obtained in the NestedException property, the Source property returns name of the file with internal implementation, in which the error occurred.

Example

The example of use is given in description of the IException.Line property.

See also:

IException