Click or drag to resize
MimeKit

ParseExceptionErrorIndex Property

Get the index of the byte that caused the error.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public int ErrorIndex { get; }

Property Value

Int32
The index of the byte that caused error.
Remarks
The error index is the byte offset at which the parser encountered an error.
See Also