Mono.Posix
1.0.5000.0
2.0.0.0
4.0.0.0
System.Enum
Error values.
Various error numbers that can be signaled by
methods.
The most recent error can be retrieved from
.
The value of these members may not match the actual errno value
used by your operating system. Use
to convert between the
native errno value and an
value.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Argument list too long. The number of bytes used for the argument and environment list of the new process exceeded the current limit of 65536 bytes (NCARGS in sys/param.h).
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Permission denied. An attempt was made to access a file in a way forbidden by its file access permissions.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Address already in use. Only one usage of each address is normally permitted.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Cannot assign requested address. Normally results from an attempt to create a socket with an address not on this machine.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Address family not supported by protocol family. An address incompatible with the requested protocol was used. For example, you shouldn’t necessarily expect to be able to use NS addresses with ARPA Internet protocols.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Resource temporarily unavailable. This is a temporary condition and later calls to the same routine may complete normally.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Operation already in progress. An operation was attempted on a non-blocking object that already had an operation in progress.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Bad file descriptor. A file descriptor argument was out of range, referred to no open file, or a read (write) request was made to a file that was only open for writing (reading).
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Bad file descriptor. A file descriptor argument was out of range, referred to no open file, or a read (write) request was made to a file that was only open for writing (reading).
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Device busy. An attempt to use a system resource which was in use at the time in a manner which would have conflicted with the request.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
No child processes. A
(2) or
(2)
function was executed by a process that had no existing or unwaited-for child processes.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Software caused connection abort. A connection abort was caused internal to your host machine.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Connection refused. No connection could be made because the target machine actively refused it. This usually results from trying to connect to a service that is inactive on the foreign host.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Connection reset by peer. A connection was forcibly closed by a peer. This normally results from a loss of the connection on the remote socket due to a timeout or a reboot.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Resource deadlock avoided. An attempt was made to lock a system resource that would have resulted in a deadlock situation
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Destination address required. A required address was omitted from an operation on a socket.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Numerical argument out of domain. A numerical input argument was outside the defined domain of the mathematical function.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Disc quota exceeded. A
(2)
to an ordinary file, the creation of a directory or symbolic link, or the creation of a directory entry failed because the user’s quota of disk blocks was exhausted, or the allocation of an inode for a newly created file failed because the user’s quota of inodes was exhausted.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
File exists. An existing file was mentioned in an inappropriate context, for instance, as the new link name in a
(2) system call
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Bad address. The system detected an invalid address in attempting to use an argument of a call.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
File too large. The size of a file exceeded the maximum.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Host is down. A socket operation failed because the destination host was down.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
No route to host. A socket operation was attempted to an unreachable host.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Identifier removed. An IPC identifier was removed while the current process was waiting on it.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Illegal byte sequence. While decoding a multibyte character the function came along an invalid or an incomplete sequence of bytes or the given wide character is invalid.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Operation now in progress. An operation that takes a long time to complete (such as a
(2)) was attempted on a non-blocking object (see
(2)).
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Interrupted system call. An asynchronous signal
(such as or
)
was caught by the process during the
execution of an interruptible function. If the signal handler
performs a normal return, the interrupted system call will seem to
have returned the error condition.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Invalid argument. Some invalid argument was supplied.
(For example, specifying an undefined signal to a
(3) function or a
(2) system call).
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Input/output error. Some physical input or output error occurred. This error will not be reported until a subsequent operation on the same file descriptor and may be lost (over written) by any subsequent errors.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Socket is already connected. A
(2) request was made on an already
connected socket; or, a
(2) or
(2) request on a connected socket
specified a destination when already connected.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Is a directory. An attempt was made to open a directory with write mode specified.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Too many levels of symbolic links.
A path name lookup involved more than 32 (MAXSYMLINKS) symbolic links
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Too many open files.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Too many links. Maximum allowable hard links to a single file has been exceeded.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Message too long. A message sent on a socket was larger than the internal message buffer or some other network limit.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
File name too long. A component of a path name exceeded {NAME_MAX} characters, or an entire path name exceeded {PATH_MAX} characters. (See also the description of
in
(2).)
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Network is down. A socket operation encountered a dead network.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Network dropped connection on reset. The host you were connected to crashed and rebooted.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Network is unreachable. A socket operation was attempted to an unreachable network.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Too many open files in system. Maximum number of file descriptors allowable on the system has been reached and a requests for an open cannot be satisfied until at least one has been closed.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
No buffer space available. An operation on a socket or pipe was not performed because the system lacked sufficient buffer space or because a queue was full.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Operation not supported by device. An attempt was made to apply an inappropriate function to a device, for example, trying to read a write-only device such as a printer.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
No such file or directory. A component of a specified pathname did not exist, or the pathname was an empty string.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Exec format error. A request was made to execute a file that, although it has the appropriate permissions, was not in the format required for an executable file.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
No locks available. A system-imposed limit on the number of simultaneous file locks was reached.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
No locks available. A system-imposed limit on the number of simultaneous file locks was reached.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Cannot allocate memory. The new process image required more memory than was allowed by the hardware or by system-imposed memory management constraints. A lack of swap space is normally temporary; however, a lack of core is not. Soft limits may be increased to their corresponding hard limits.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
No message of desired type. An IPC message queue does not contain a message of the desired type, or a message catalog does not contain the requested message.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Prootocol not available. A bad option or level was specified in a
(2) or
(2) call.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
No space left on device. A
(2) to an ordinary file,
the creation of a directory or symbolic link, or the creation of a directory entry failed because no more disk blocks were available on the file system, or the allocation of an inode for a newly created file failed because no more inodes were available on the file system.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Function not implemented. Attempted a system call that is not available on this system.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Block device required. A block device operation was attempted on a non-block device or file.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Socket is not connected. An request to send or receive data was disallowed because the socket was not connected and (when sending on a datagram socket) no address was supplied.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Not a directory. A component of the specified pathname existed, but it was not a directory, when a directory was expected.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Directory not empty. A directory with entries other than ‘.’ and ‘..’ was supplied to a remove directory or rename call.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Socket operation on non-socket. Self-explanatory
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Inappropriate ioctl for device. A control function
(see (2))
was attempted for a file or special device for which the operation was inappropriate.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Device not configured. Input or output on a special file referred to a device that did not exist, or made a request beyond the limits of the device. This error may also occur when, for example, a tape drive is not online or no disk pack is loaded on a drive.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Operation not supported. The attempted operation is not supported for the type of object referenced. Usually this occurs when a file descriptor refers to a file or socket that cannot support this operation, for example, trying to accept a connection on a datagram socket.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Value too large to be stored in data type. A numerical result of the function was too large to be stored in the caller provided space.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Operation not permitted. An attempt was made to perform an operation limited to processes with appropriate privileges or to the owner of a file or other resources.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Protocol family not supported. The protocol family has not been configured into the system or no implementation for it exists.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Broken pipe. A write on a pipe, socket or FIFO for which there is no process to read the data.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Protocol not supported. The protocol has not been configured into the system or no implementation for it exists.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Protocol wrong type for socket. A protocol was specified that does not support the semantics of the socket type requested. For example, you cannot use the ARPA Internet UDP protocol with type SOCK_STREAM.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Result too large. A numerical result of the function was too large to fit in the available space (perhaps exceeded precision)
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Read-only file system. An attempt was made to modify a file or directory on a file system that was read-only at the time.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Cannot send after socket shutdown. A request to send data was disallowed because the socket had already been shut down with a previous
(2) call.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Socket type not supported. The support for the socket type has not been configured into the system or no implementation for it exists.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Illegal seek. An
(2) system call
was issued on a socket, pipe or FIFO.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
No such process. No process could be found corresponding to that specified by the given process ID.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Stale NFS file handle. An attempt was made to access an open file (on an NFS file system) which is now unavailable as referenced by the file descriptor. This may indicate the file was deleted on the NFS server or some other catastrophic event occurred.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Operation timed out. A
(2) or
(2) request failed because the
connected party did not properly respond after a period of time. (The timeout period is dependent on the communication protocol.)
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Text file busy. The new process was a pure procedure (shared text) file which was open for writing by another process, or while the pure procedure file was being executed an
(2) call requested write access.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Too many users. The quota system ran out of table entries.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
Cross-device link. A hard link to a file on another file system was attempted.
Field
1.0.5000.0
2.0.0.0
4.0.0.0
Mono.Unix.Native.Errno
To be added.