Click or drag to resize
MimeKit

PublicKeyNotFoundException(SerializationInfo, StreamingContext) Constructor

Note: This API is now obsolete.

Initialize a new instance of the PublicKeyNotFoundException class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.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 PublicKeyNotFoundException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

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