Click or drag to resize
MimeKit

ParseException(String, Int32, Int32) Constructor

Initialize a new instance of the ParseException class.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public ParseException(
	string message,
	int tokenIndex,
	int errorIndex
)

Parameters

message  String
The error message.
tokenIndex  Int32
The byte offset of the token.
errorIndex  Int32
The byte offset of the error.
Remarks
Creates a new ParseException.
See Also