public void Reorganize( Project oProject, bool bExtendedReoganize )
public: void Reorganize( Project^ oProject, bool bExtendedReoganize )
Parameters
- oProject
- Project which will be reorganized.
- bExtendedReoganize
- Extended reoganize option
public void Reorganize( Project oProject, bool bExtendedReoganize )
public: void Reorganize( Project^ oProject, bool bExtendedReoganize )
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 action could no be found. |
BaseException | Thrown if an error occurs while executing the method. |