Click or drag to resize

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: CTExtensions
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public static void IgnoreObjectNotFound(
	Exception ex
)

Parameters

ex  Exception
See Also