Click or drag to resize
MimeKit

CmsRecipientException Class

The exception that is thrown when an error occurs while processing a CMS recipient.
Inheritance Hierarchy
SystemObject
  SystemException
    MimeKit.CryptographyCmsRecipientException

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public class CmsRecipientException : Exception

The CmsRecipientException type exposes the following members.

Constructors
 NameDescription
Public methodCmsRecipientException Initialize a new instance of the CmsRecipientException class.
Top
Properties
 NameDescription
Public propertyData
(Inherited from Exception)
Public propertyHelpLink
(Inherited from Exception)
Public propertyHResult
(Inherited from Exception)
Public propertyInnerException
(Inherited from Exception)
Public propertyMailbox Get the mailbox address associated with the recipient.
Public propertyMessage
(Inherited from Exception)
Public propertyRecipient Get the recipient that caused the error.
Public propertySource
(Inherited from Exception)
Public propertyStackTrace
(Inherited from Exception)
Public propertyTargetSite
(Inherited from Exception)
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetBaseException
(Inherited from Exception)
Public methodGetHashCode
(Inherited from Object)
Public methodGetObjectData
(Inherited from Exception)
Public methodGetType
(Inherited from Exception)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Exception)
Top
Events
 NameDescription
Protected eventSerializeObjectState
(Inherited from Exception)
Top
Remarks

The exception that is thrown as a result of an error while processing a CMS recipient.

The InnerException should be used to discover more detailed diagnostic information while the Recipient and Mailbox properties may be used for additional context.

See Also