Click or drag to resize
MimeKit

CmsEnvelopeException Constructor

Initialize a new instance of the CmsEnvelopeException class.

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

Parameters

message  String
A message explaining the error.
innerException  Exception
The exception that is the cause of the current exception.
Exceptions
ExceptionCondition
ArgumentNullExceptioninnerException is .
Remarks
Creates a new CmsEnvelopeException.
See Also