Table of Contents

Struct ConstraintVflParserError

Namespace
Gtk
Assembly
Gtk-4.0.dll

Contains all error codes of the ConstraintVflParserError error-domain.

public readonly ref struct ConstraintVflParserError
Inherited Members

Constructors

ConstraintVflParserError(int)

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

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

public static Quark Any { get; }

Property Value

Quark

InvalidAttribute

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

public static ConstraintVflParserError InvalidAttribute { get; }

Property Value

ConstraintVflParserError

InvalidMetric

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

public static ConstraintVflParserError InvalidMetric { get; }

Property Value

ConstraintVflParserError

InvalidPriority

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

public static ConstraintVflParserError InvalidPriority { get; }

Property Value

ConstraintVflParserError

InvalidRelation

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

public static ConstraintVflParserError InvalidRelation { get; }

Property Value

ConstraintVflParserError

InvalidSymbol

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

public static ConstraintVflParserError InvalidSymbol { get; }

Property Value

ConstraintVflParserError

InvalidView

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

public static ConstraintVflParserError InvalidView { get; }

Property Value

ConstraintVflParserError

Operators

implicit operator ErrorCode(ConstraintVflParserError)

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

public static implicit operator ErrorCode(ConstraintVflParserError e)

Parameters

e ConstraintVflParserError

Returns

ErrorCode