RegexError
error RegexErrorimport RegexError from Wax;Reports an invalid regular-expression pattern, with a UTF-8 byte position in the original pattern.
Inherits from Error. Follow these links for inherited members.
Members
positionfield
public readonly int32 positionThe byte position associated with the pattern error.
constructorconstructor
public constructor (string message, int32 position)Creates a pattern error with its message and byte position.