public void Print( ViewSet views )
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown when printing is not allowed in the current application mode. Or when at least one view from the view set is not a printable view. |
| ArgumentNullException | Thrown when the view set to be printed is null. |
| ArgumentException | Thrown when the view set contains a null element. |
| InvalidOperationException | Thrown when at least one view from the view set could not be printed. |
| OperationCanceledException | Thrown when print is cancelled by event handler. |