Table of Contents

Struct UserMessageError

Namespace
WebKit
Assembly
WebKit-6.0.dll

Contains all error codes of the UserMessageError error-domain.

public readonly ref struct UserMessageError
Inherited Members

Constructors

UserMessageError(int)

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

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

public static Quark Any { get; }

Property Value

Quark

Message

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

public static UserMessageError Message { get; }

Property Value

UserMessageError

Operators

implicit operator ErrorCode(UserMessageError)

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

public static implicit operator ErrorCode(UserMessageError e)

Parameters

e UserMessageError

Returns

ErrorCode