Source: String;
The Source property returns the information about the error source.
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.
The example of use is given in description of the IException.Line property.
See also: