NX Open C++ Reference Guide
Public Member Functions
NXOpen::ErrorInfo Class Reference

Contains information about an error that occurred
Created in NX3.0.0. More...

Inheritance diagram for NXOpen::ErrorInfo:
NXOpen::TransientObject

List of all members.

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::NXObjectErrorObject ()
 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.

Detailed Description

Contains information about an error that occurred
Created in NX3.0.0.



Constructor & Destructor Documentation

virtual NXOpen::ErrorInfo::~ErrorInfo ( ) [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


Member Function Documentation

Returns a description of the error
Created in NX3.0.0.



License requirements : None

Returns a number that represents what error occurred
Created in NX3.0.0.



License requirements : None

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

Returns a description of the object for which the error occurred
Created in NX3.0.0.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.