IEntityServiceTRestoreUndoFrame Method |
Namespace: Dundas.BI.Entities
Exception | Condition |
---|---|
ArgumentException | entityId is Empty. |
ArgumentOutOfRangeException | frameId is not greater than zero. |
InvalidOperationException | The entity has never been saved before. -or- The entity is not checked out to the caller. -or- Undo context does not contain any frames. -or- Undo context does not contain current frame. -or- Restored frame ID is the same as current frame ID. -or- Restored frame ID is not found in the undo context. |
NotFoundException | The entity with the specified ID does not exist when saving an existing entity. |
NoPrivilegeException | The caller does not have the Write permission on the entity. -or- The entity being saved is not a dashboard and the caller's seat kind is not PowerUser or better. |
InvalidSessionException | The caller context is not associated with a valid session. |