Table of Contents

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

errorCode int

A 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

Quark

Failed

Can be used to match a GException with the "Failed" code (8).

public static IOChannelError Failed { get; }

Property Value

IOChannelError

Fbig

Can be used to match a GException with the "Fbig" code (0).

public static IOChannelError Fbig { get; }

Property Value

IOChannelError

Inval

Can be used to match a GException with the "Inval" code (1).

public static IOChannelError Inval { get; }

Property Value

IOChannelError

Io

Can be used to match a GException with the "Io" code (2).

public static IOChannelError Io { get; }

Property Value

IOChannelError

Isdir

Can be used to match a GException with the "Isdir" code (3).

public static IOChannelError Isdir { get; }

Property Value

IOChannelError

Nospc

Can be used to match a GException with the "Nospc" code (4).

public static IOChannelError Nospc { get; }

Property Value

IOChannelError

Nxio

Can be used to match a GException with the "Nxio" code (5).

public static IOChannelError Nxio { get; }

Property Value

IOChannelError

Overflow

Can be used to match a GException with the "Overflow" code (6).

public static IOChannelError Overflow { get; }

Property Value

IOChannelError

Pipe

Can be used to match a GException with the "Pipe" code (7).

public static IOChannelError Pipe { get; }

Property Value

IOChannelError

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)

Parameters

e IOChannelError

Returns

ErrorCode