NX Open C++ Reference Guide
|
Contains information about an error that occurred
Created in NX3.0.0.
More...
Public Member Functions | |
NXString | Description () |
Returns a description of the error Created in NX3.0.0. | |
int | ErrorCode () |
Returns a number that represents what error occurred Created in NX3.0.0. | |
NXOpen::NXObject * | ErrorObject () |
Returns the object for which the error occurred. | |
NXString | ErrorObjectDescription () |
Returns a description of the object for which the error occurred Created in NX3.0.0. | |
virtual | ~ErrorInfo () |
Frees this object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Contains information about an error that occurred
Created in NX3.0.0.
|
virtual |
Frees this object from memory.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX3.0.0.
License requirements : None
NXString NXOpen::ErrorInfo::Description | ( | ) |
Returns a description of the error
Created in NX3.0.0.
License requirements : None
int NXOpen::ErrorInfo::ErrorCode | ( | ) |
Returns a number that represents what error occurred
Created in NX3.0.0.
License requirements : None
NXOpen::NXObject* NXOpen::ErrorInfo::ErrorObject | ( | ) |
Returns the object for which the error occurred.
This may be NULL if the object was deleted.
Note: if the object was deleted, ErrorObjectDescription may be used to obtain a description of the object.
Created in NX3.0.0.
License requirements : None
NXString NXOpen::ErrorInfo::ErrorObjectDescription | ( | ) |
Returns a description of the object for which the error occurred
Created in NX3.0.0.
License requirements : None