Constructor which takes the error number ($(LUCKY GetLastError) in Windows, errno in POSIX).
Name of file for which the error occurred.
The error number.
The file where the error occurred. Defaults to __FILE__.
The line where the error occurred. Defaults to __LINE__.
See Implementation
Constructor which takes the error number ($(LUCKY GetLastError) in Windows, errno in POSIX).