Click or drag to resize
MimeKit

SslHandshakeException(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the SslHandshakeException class.

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

Parameters

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