Click or drag to resize
MimeKit

CertificateNotFoundException(SerializationInfo, StreamingContext) Constructor

Initialize a new instance of the CertificateNotFoundException class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected CertificateNotFoundException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

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