ReadProjectInfo(Project,String) Method
In This Topic
Loads the ProjectInfo.xml file. and sets project properties accordingly.
Syntax
Parameters
- oProject
- Project for which the file will be loaded.
- strPrjInfoXml
- Full file name of the ProjectInfo.xml file to be loaded.
Exceptions
Exception | Description |
ArgumentNullException | Thrown in case of
missing arguments. |
ArgumentException | Thrown in case if
invalid arguments,
e.g. an invalid
project is set. |
ApplicationException | Thrown, if the
\internal interface
of the project
management module
could no be created. |
BaseException | Thrown if an error
occurs while
executing the
method. |
See Also