 | ToolsIgnoreObjectNotFound Method |
Helper function for ignoring CT API's Object Not Found Exceptions
which are normal when there are not any object of the queried type.
Namespace: CTExtensionsAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic static void IgnoreObjectNotFound(
Exception ex
)
Public Shared Sub IgnoreObjectNotFound (
ex As Exception
)
Parameters
- ex Exception
See Also