VRay SDK for C++
Loading...
Searching...
No Matches
VRay::InstantiationErr Struct Reference

This is thrown when a renderer instance can't be created. This is usually due to a license issue. More...

#include <vraythrow.hpp>

Inheritance diagram for VRay::InstantiationErr:
VRay::VRayException

Public Member Functions

 InstantiationErr (const std::string &msg, LicenseError::VRLAuthError appSDK=LicenseError::vrlauth_noError, LicenseError::RenderNodeErr renderNode=0)
 
- Public Member Functions inherited from VRay::VRayException
 VRayException (const std::string &msg)
 
std::string toString () const
 
const char * what () const
 

Public Attributes

LicenseError::VRLAuthError appSDKError
 
LicenseError::RenderNodeErr renderNodeError
 

Detailed Description

This is thrown when a renderer instance can't be created. This is usually due to a license issue.


The documentation for this struct was generated from the following file: