Click or drag to resize
MimeKit

ServiceNotConnectedException(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the ServiceNotConnectedException class.

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

Parameters

info  SerializationInfo
The serialization info.
context  StreamingContext
The streaming context.
Exceptions
ExceptionCondition
ArgumentNullExceptioninfo is null.
Remarks
See Also