| ParseExceptionErrorIndex Property |
Get the index of the byte that caused the error.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public int ErrorIndex { get; }
Property Value
Int32The index of the byte that caused error.
Remarks
The error index is the byte offset at which the parser encountered an error.
See Also