Forum Discussion
AlexanderM
Staff
14 years agoHi Andrew,
The WaitAliasChild function is supposed to be used to check the existence of a mapped object in the Objects tree. If the mapped object is not in the objects tree, the function returns a stub object. But if there is no such mapped object in the Name Mapping tree, this situation is considered as an error in the test, and hence an exception is thrown. So, using IsSupported is the correct approach to avoid the exception.