AnnotationNotification Constructor

Initializes a new instance of the AnnotationNotification class.

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

Parameters

name  String
The name of the notification.
metricSet  MetricSet
The metric set the notification is defined for.
deliverySettings  DeliverySettings
The delivery settings.
content  NotificationContent
The notification content.
Exceptions
ExceptionCondition
ArgumentExceptionname is , empty, or consists solely of whitespace.
InvalidOperationExceptionThe specified metric set is inactive.
ArgumentNullExceptionmetricSet, deliverySettings, or content is .
See Also