- Contents
DesignerCOM API
II3IDExitPath::IsException Property
get_IsException
Returns whether or not the exit path was registered as being an exception (error) path.
IDL Function Prototype
HRESULT IsException(
[out, retval] VARIANT_BOOL * ExitPathIsException
);
C/C++ Syntax
HRESULT get_IsException(VARIANT_BOOL * ExitPathIsException);
Parameters
- ExitPathIsException
-
True if the exit path was registered as being an exception; otherwise False.