MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ ThrowExceptions()

void ThrowExceptions ( bool  state)
pure virtual

Configure a class to throw exceptions.

Description:
ThrowExceptions configures a class to throw execptions.
Parameters
stateIf state is true, any methods in this class will throw exceptions if any errors occur. If state is false, the methods will log software errors for reading at a later time
Sample Code:
// Configure this class to stop throwing exceptions.
controller->ThrowExceptions(false);
Note

All classes will throw exceptions by default.

See also
ErrorLogGet