API Reference > OdDAI Namespace > Classes > BaseException Class > BaseException Constructor > BaseException::BaseException Constructor (daiErrorId, char*, char*)
BaseException::BaseException Constructor (daiErrorId, char*, char*)
Syntax
C++
BaseException(daiErrorId minor, const char* errorDescription, const char* functionId);
Parameters 
Description 
daiErrorId minor 
[in] Error identifier.  
const char* errorDescription 
[in/out] Error description text, can be NULL. If NULL, receives description text of an error code in a human-readable form.  
const char* functionId 
[in] Function in which the exception occurred. 

Constructor for the BaseException class. 

 

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