Get error message string for 'errnum'.
- errnum
- Error number to get a message for.
A string describing errnum.
The strerror() function accepts an error number argument errnum and returns a pointer to the corresponding message string.
If the error number is not recognized, these functions return an error message string containing "Unknown error: " followed by the error number in decimal.
Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0