error class : SourceFile getter
Description
Gets the path to the source file that the error occurred.
Syntax
errorInstance.SourceFile
Arguments
None
Return value
Class | Description |
string | The path to the source file that the error occurred. |
Sample code
string source = __error.SourceFile;
Notes
None
Links for reference
None