- errno
- A Mono.Unix.Native.Errno specifying the exception to throw.
This method translates errno into its closest matching exception type, and throws the exception.
If the exception thrown is not a Mono.Unix.UnixIOException, then the exception's Exception.InnerException property will be set to a Mono.Unix.UnixIOException instance wrapping errno, if possible.