API Reference > OdDAI Namespace > Classes > DaiException Class > DaiException Constructor > DaiException::DaiException Constructor (daiErrorId, char*, char*)
DaiException::DaiException Constructor (daiErrorId, char*, char*)
Syntax
C++
DaiException(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.  
const char* functionId 
[in] Function in which the exception occurred. 

Constructor for the DaiException class. 

 

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