Table of Contents

Struct LayoutDeserializeError

Namespace
Pango
Assembly
Pango-1.0.dll

Contains all error codes of the LayoutDeserializeError error-domain.

public readonly ref struct LayoutDeserializeError
Inherited Members

Constructors

LayoutDeserializeError(int)

Creates a new error in the LayoutDeserializeError domain with a given error code.

public LayoutDeserializeError(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 "LayoutDeserializeError" error-domain.

public static Quark Any { get; }

Property Value

Quark

Invalid

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

public static LayoutDeserializeError Invalid { get; }

Property Value

LayoutDeserializeError

InvalidValue

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

public static LayoutDeserializeError InvalidValue { get; }

Property Value

LayoutDeserializeError

MissingValue

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

public static LayoutDeserializeError MissingValue { get; }

Property Value

LayoutDeserializeError

Operators

implicit operator ErrorCode(LayoutDeserializeError)

Converts a LayoutDeserializeError into a ErrorCode which can be used to match a GException.

public static implicit operator ErrorCode(LayoutDeserializeError e)

Parameters

e LayoutDeserializeError

Returns

ErrorCode