Mono Class Library: Overview

Mono.Unix.UnixIOException: Members

The members of Mono.Unix.UnixIOException are listed below.

See Also: Inherited members from System.IO.IOException

Public Constructors

Constructs and initializes a new instance of the Mono.Unix.UnixIOException class using the last error generated.
Constructs and initializes a new instance of the Mono.Unix.UnixIOException class using the specified error value.
Constructs and initializes a new instance of the Mono.Unix.UnixIOException class using the specified error value.
Constructs and initializes a new instance of the Mono.Unix.UnixIOException class using the specified message.
Constructs and initializes a new instance of the Mono.Unix.UnixIOException class using the specified error value and nested exception.
Constructs and initializes a new instance of the Mono.Unix.UnixIOException class using the sxpecified error value and nested exception.
Constructs and initializes a new instance of the Mono.Unix.UnixIOException class using the specified error value and nested exception.

Protected Constructors

Public Properties

[read-only]
ErrorCodeMono.Unix.Native.Errno. Gets the logical error value specified in the constructor.
[read-only]
NativeErrorCodeint. Gets the native error value specified in the constructor.