TooManyRecipientsException Constructor (String) | 
  
    Namespace: 
   Dundas.BI.Notifications
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic TooManyRecipientsException(
	string? message
)
Public Sub New ( 
	message As String
)
public:
TooManyRecipientsException(
	String^ message
)
new : 
        message : string -> TooManyRecipientsExceptionParameters
- message
 - Type: SystemString
The error message that explains the reason for the exception. 
See Also