Click or drag to resize
MimeKit

PrivateKeyNotFoundException(Int64, String) Constructor

Initialize a new instance of the PrivateKeyNotFoundException class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public PrivateKeyNotFoundException(
	long keyid,
	string message
)

Parameters

keyid  Int64
The key id that could not be resolved to a valid certificate.
message  String
A message explaining the error.
Exceptions
ExceptionCondition
ArgumentNullExceptionkeyid is null.
Remarks
See Also