Click or drag to resize
MimeKit

ImapProtocolException(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the ImapProtocolException class.

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
protected ImapProtocolException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The serialization info.
context  StreamingContext
The streaming context.
Exceptions
ExceptionCondition
ArgumentNullExceptioninfo is null.
Remarks
Creates a new ImapProtocolException from the serialized data.
See Also