API Reference > OdDAI Namespace > Classes > daiErrorHandlerManager Class > daiErrorHandlerManager Methods > daiErrorHandlerManager::removeHandler Method
daiErrorHandlerManager::removeHandler Method
Syntax
C++
static bool removeHandler(const daiErrorHandlerPtr& handlerToDelete);
Parameters 
Description 
const daiErrorHandlerPtr& handlerToDelete 
[in] Smart pointer to an error handler to remove. 

true if successfully deleted from a collection of error handlers, false otherwise.

Removes an error handler from the collection of error handlers. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.