Cms |
public class CmsRecipientException : Exception
The CmsRecipientException type exposes the following members.
| Name | Description | |
|---|---|---|
| CmsRecipientException | Initialize a new instance of the CmsRecipientException class. |
| Name | Description | |
|---|---|---|
| Data | (Inherited from Exception) | |
| HelpLink | (Inherited from Exception) | |
| HResult | (Inherited from Exception) | |
| InnerException | (Inherited from Exception) | |
| Mailbox | Get the mailbox address associated with the recipient. | |
| Message | (Inherited from Exception) | |
| Recipient | Get the recipient that caused the error. | |
| Source | (Inherited from Exception) | |
| StackTrace | (Inherited from Exception) | |
| TargetSite | (Inherited from Exception) |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetBaseException | (Inherited from Exception) | |
| GetHashCode | (Inherited from Object) | |
| GetObjectData | (Inherited from Exception) | |
| GetType | (Inherited from Exception) | |
| MemberwiseClone | (Inherited from Object) | |
| ToString | (Inherited from Exception) |
| Name | Description | |
|---|---|---|
| SerializeObjectState | (Inherited from Exception) |
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.