Click or drag to resize
MimeKit

SmtpCommandException(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the SmtpCommandException class.

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

Parameters

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