Indicates that the limit of the evaluation license has been reached. More...
Public Member Functions | |
BaseError_EvaluationLimit (const Base_UTF16String &theMessage) | |
Constructor. | |
![]() | |
Base_Exception (const Base_UTF16String &theWhat) | |
Constructs an exception object from the error message. | |
~Base_Exception () | |
Destructor. | |
const Base_UTF16String & | What () const |
Returns a message associated to the exception. | |
template<typename T > | |
T * | Impl () const |
Reserved for internal use. | |
const ImplPtrType & | SharedImpl () const |
Reserved for internal use. | |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< internal::Base_ExceptionImpl > | ImplPtrType |
![]() | |
Base_Exception (ImplPtrType theImplPtr) | |
Reserved for internal use. | |
![]() | |
ImplPtrType | myImpl |
Indicates that the limit of the evaluation license has been reached.
An exception class whose instances are thrown when evaluation license usage limit exceeded. An example case would be to try to export the model when all attempts to export were spent. For more information refer to Evaluation license limitations.