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