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
errorCodeintA 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
InvalidAttribute
Can be used to match a GException with the "InvalidAttribute" code (1).
public static ConstraintVflParserError InvalidAttribute { get; }
Property Value
InvalidMetric
Can be used to match a GException with the "InvalidMetric" code (3).
public static ConstraintVflParserError InvalidMetric { get; }
Property Value
InvalidPriority
Can be used to match a GException with the "InvalidPriority" code (4).
public static ConstraintVflParserError InvalidPriority { get; }
Property Value
InvalidRelation
Can be used to match a GException with the "InvalidRelation" code (5).
public static ConstraintVflParserError InvalidRelation { get; }
Property Value
InvalidSymbol
Can be used to match a GException with the "InvalidSymbol" code (0).
public static ConstraintVflParserError InvalidSymbol { get; }
Property Value
InvalidView
Can be used to match a GException with the "InvalidView" code (2).
public static ConstraintVflParserError InvalidView { get; }
Property Value
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)