NameService Constructor(Page)
In This Topic
Constructor. Creates a NameService and call set_Page
method.
Syntax
public NameService(
Page
)
public:
NameService(
Page^
)
Parameters
- oPage
- Page to set.
Exceptions
Exception | Description |
ArgumentException | Invalid parameters were found. |
ArgumentNullException | Null was passed to a parameter. |
See Also