IAnnotationServiceReplyAnnotation Method (Guid, AnnotationCreationOptions, Task) |
Namespace: Dundas.BI.Data.Annotations
Annotation ReplyAnnotation( Guid parentAnnotationId, AnnotationCreationOptions options, out Task notificationTask )
| Exception | Condition |
|---|---|
| ArgumentException | parentAnnotationId is Empty. |
| ArgumentNullException | options is . |
| NotFoundException | The parent annotation does not exist. |
| NoPrivilegeException | The caller does not have the Read privilege on the parent annotation. -or- The caller does not have the Read privilege on the associated metric set. -or- The caller does not have the Execute privilege on the underlying analysis structure. -or- The caller does not have the Note privilege. |
| InvalidSessionException | The caller context is not associated with a valid session. |