Parameters
- page
- Page where the Function will be placed on
- functionDefinition
- FunctionDefinition the Function will be assigned
Exception | Description |
---|---|
ObjectCreationException | Thrown when the function cannot be created. |
System.ArgumentNullException | Thrown when page is null . |
System.ArgumentNullException | Thrown when functionDefinition is null . |
IncorrectSymbolTypeException | Thrown when the function cannot be created. |
ObjectAlreadyCreatedException | Thrown when the function has already been created. |
InvalidArgumentException | Thrown when given Page has PageType sets to ExternalDocument. |