Parameters
- line
- The line number in the source file at which the exception is thrown. Automatically captured by the compiler.
- callerMemberName
- The name of the member (method or property) that throws this exception. Automatically captured by the compiler.
- filePath
- The source file path of the caller. Automatically captured by the compiler.