MailKit Documentation
MailKit Documentation
API Reference
MailKit.Security
SslHandshakeException Class
SslHandshakeException Constructor
SslHandshakeException Constructor
SslHandshakeException(String) Constructor
SslHandshakeException(SerializationInfo, StreamingContext) Constructor
SslHandshakeException(String, Exception) Constructor
Ssl
Handshake
Exception(String) Constructor
Initializes a new instance of the
SslHandshakeException
class.
Namespace:
MailKit.Security
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
SslHandshakeException
(
string
message
)
Parameters
message
String
The error message.
Remarks
Creates a new
SslHandshakeException
.
See Also
Reference
SslHandshakeException Class
SslHandshakeException Overload
MailKit.Security Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast