Utf8Error
error Utf8Errorimport Utf8Error from Wax;Reports invalid UTF-8 during strict byte-to-string conversion. The position identifies the first byte where decoding failed.
Inherits from Error. Follow these links for inherited members.
Members
positionfield
public readonly int32 positionZero-based byte offset at which parsing failed.
constructorconstructor
public constructor (int32 position)Creates the error with the supplied failure position and diagnostic information.