CorrectionNotification Constructor

Initializes a new instance of the CorrectionNotification class.

Namespace:  Dundas.BI.Notifications
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public CorrectionNotification(
	string name,
	MetricSet metricSet,
	DeliverySettings delivery,
	NotificationContent content
)

Parameters

name
Type: SystemString
The name of the notification.
metricSet
Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set for which the notification.
delivery
Type: Dundas.BI.Notifications.DeliveryDeliverySettings
The delivery settings.
content
Type: Dundas.BI.NotificationsNotificationContent
The notification content.
Exceptions
ExceptionCondition
ArgumentExceptionname is , empty, or consists solely of whitespace.
ArgumentNullExceptionmetricSet or delivery is .
See Also