Struct UserContentFilterError
- Namespace
- WebKit
- Assembly
- WebKit-6.0.dll
Contains all error codes of the UserContentFilterError error-domain.
public readonly ref struct UserContentFilterError
- Inherited Members
Constructors
UserContentFilterError(int)
Creates a new error in the UserContentFilterError domain with a given error code.
public UserContentFilterError(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 "UserContentFilterError" error-domain.
public static Quark Any { get; }
Property Value
InvalidSource
Can be used to match a GException with the "InvalidSource" code (0).
public static UserContentFilterError InvalidSource { get; }
Property Value
NotFound
Can be used to match a GException with the "NotFound" code (1).
public static UserContentFilterError NotFound { get; }
Property Value
Operators
implicit operator ErrorCode(UserContentFilterError)
Converts a UserContentFilterError into a ErrorCode which can be used to match a GException.
public static implicit operator ErrorCode(UserContentFilterError e)