Click or drag to resize
MimeKit

SaslException(SerializationInfo, StreamingContext) Constructor

Note: This API is now obsolete.

Initializes a new instance of the SaslException class.

Namespace: MailKit.Security
Assembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
[ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")]
protected SaslException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The serialization info.
context  StreamingContext
The streaming context.
Remarks
Deserializes a SaslException.
See Also