TooManyRecipientsException Class

Exception that occurs when the user tries to create, save, or run a notification which has too many recipients.
Inheritance Hierarchy
SystemObject
  SystemException
    Dundas.BIValidationException
      Dundas.BI.NotificationsTooManyRecipientsException

Namespace: Dundas.BI.Notifications
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public sealed class TooManyRecipientsException : ValidationException

The TooManyRecipientsException type exposes the following members.

Constructors
 NameDescription
Public methodTooManyRecipientsException Initializes a new instance of the TooManyRecipientsException class.
Public methodTooManyRecipientsException(String) Initializes a new instance of the TooManyRecipientsException class with a specific message.
Public methodTooManyRecipientsException(String, Exception) Initializes a new instance of the TooManyRecipientsException class.
Top
Properties
 NameDescription
Public propertyDetailsGets a list of specific messages corresponding to reasons for the validation failure.
(Inherited from ValidationException)
Top
Methods
 NameDescription
Public methodToStringCreates and returns a string representation of the current exception.
(Inherited from ValidationException)
Top
Extension Methods
 NameDescription
Public Extension MethodGetDetailsMessageGets the details message associated with an Exception.
(Defined by ExceptionExtensions)
Public Extension MethodGetErrorCodeGets the error code associated with an Exception.
(Defined by ExceptionExtensions)
Public Extension MethodGetHelpTopicReferenceGets the help topic reference associated with an Exception.
(Defined by ExceptionExtensions)
Public Extension MethodGetSupplementalMessageGets the supplemental message associated with an Exception.
(Defined by ExceptionExtensions)
Public Extension MethodSetAsDisplayExceptionMarks the exception as the "display" exception.
(Defined by ExceptionExtensions)
Public Extension MethodSetDetailsMessage Sets the details message on an exception object.
(Defined by ExceptionExtensions)
Public Extension MethodSetErrorCode Sets the error code on an exception object.
(Defined by ExceptionExtensions)
Public Extension MethodSetHelpTopicReference Sets an associated help topic reference on an exception object.
(Defined by ExceptionExtensions)
Public Extension MethodSetSupplementalMessage Sets the supplemental message on an exception object.
(Defined by ExceptionExtensions)
Top
See Also