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
errorCodeintA 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
Invalid
Can be used to match a GException with the "Invalid" code (0).
public static LayoutDeserializeError Invalid { get; }
Property Value
InvalidValue
Can be used to match a GException with the "InvalidValue" code (1).
public static LayoutDeserializeError InvalidValue { get; }
Property Value
MissingValue
Can be used to match a GException with the "MissingValue" code (2).
public static LayoutDeserializeError MissingValue { get; }
Property Value
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)