Struct IOChannelError
- Namespace
- GLib
- Assembly
- GLib-2.0.dll
Contains all error codes of the IOChannelError error-domain.
public readonly ref struct IOChannelError
- Inherited Members
Constructors
IOChannelError(int)
Creates a new error in the IOChannelError domain with a given error code.
public IOChannelError(int errorCode)
Parameters
errorCodeintA specific error code of the domain
Properties
Any
Can be used to match a GException with any error code of the "IOChannelError" error-domain.
public static Quark Any { get; }
Property Value
Failed
Can be used to match a GException with the "Failed" code (8).
public static IOChannelError Failed { get; }
Property Value
Fbig
Can be used to match a GException with the "Fbig" code (0).
public static IOChannelError Fbig { get; }
Property Value
Inval
Can be used to match a GException with the "Inval" code (1).
public static IOChannelError Inval { get; }
Property Value
Io
Can be used to match a GException with the "Io" code (2).
public static IOChannelError Io { get; }
Property Value
Isdir
Can be used to match a GException with the "Isdir" code (3).
public static IOChannelError Isdir { get; }
Property Value
Nospc
Can be used to match a GException with the "Nospc" code (4).
public static IOChannelError Nospc { get; }
Property Value
Nxio
Can be used to match a GException with the "Nxio" code (5).
public static IOChannelError Nxio { get; }
Property Value
Overflow
Can be used to match a GException with the "Overflow" code (6).
public static IOChannelError Overflow { get; }
Property Value
Pipe
Can be used to match a GException with the "Pipe" code (7).
public static IOChannelError Pipe { get; }
Property Value
Operators
implicit operator ErrorCode(IOChannelError)
Converts a IOChannelError into a ErrorCode which can be used to match a GException.
public static implicit operator ErrorCode(IOChannelError e)