Click or drag to resize
MimeKit

DigitalSignatureVerifyException(String, Exception) Constructor

Initialize a new instance of the DigitalSignatureVerifyException class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public DigitalSignatureVerifyException(
	string message,
	Exception innerException
)

Parameters

message  String
The error message.
innerException  Exception
The inner exception.
Remarks
See Also