SetExceptionCatch
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Sets whether to enable the user exception capture function.
Prototype
1 | FlowGraph &SetExceptionCatch(bool enable_exception_catch) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
enable_exception_catch |
Input |
Whether to enable the user exception capture function. The values are as follows:
Default value: false |
Returns
Current object.
Exception Handling
None
Constraints
This function must be used together with the SetInputsAlignAttrs API to enable the data alignment. Otherwise, a compilation error is reported.
Parent topic: Class FlowGraph