Click or drag to resize
MimeKit

CmsRecipientException Constructor

Initialize a new instance of the CmsRecipientException class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public CmsRecipientException(
	string message,
	CmsRecipient recipient,
	Exception innerException
)

Parameters

message  String
A message explaining the error.
recipient  CmsRecipient
The recipient that caused the error.
innerException  Exception
The exception that is the cause of the current exception.
Exceptions
ExceptionCondition
ArgumentNullExceptionrecipient is .
Remarks
Creates a new CmsRecipientException.
See Also