error class : SourceFile getter

Description

Gets the path to the source file that the error occurred.

Syntax

errorInstance.SourceFile

Arguments

None

Return value

ClassDescription
stringThe path to the source file that the error occurred.

Sample code

string source = __error.SourceFile;

Notes

None

Links for reference

None

Copyright © Rice All rights reserved.