Click or drag to resize
MimeKit

SmtpProtocolException(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the SmtpProtocolException class.

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

Parameters

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