The Info class is a concept class for information, warning, and error codes. More...

Public Types | |
enum | Code : uint { Code.Unknown = 0x00000000, Code.Exchange = 0x00000001, Code.Publish = 0x00000002, Code.Data = 0x00000003, Code.Key = 0x00000004, Code.Geometry = 0x00000005, Code.Database = 0x00000006, Code.Driver = 0x00000007, Code.Internal = 0x00000008, Code.Memory = 0x00000009, Code.System = 0x0000000A, Code.Unsupported = 0x0000000B, Code.DX9DeviceReset = 0x0000000C, Code.DWG = 0x0000000D } |
Enumerates the types of information, warning, and error messages. More... | |
Public Member Functions | |
virtual void | Dispose () |
Info (HPS.Info in_that) | |
Protected Member Functions | |
virtual void | deleteCptr () |
Protected Attributes | |
bool | cMemOwn |
HandleRef | cptr |
Detailed Description
The Info class is a concept class for information, warning, and error codes.
Member Enumeration Documentation
enum HPS.Info.Code : uint |
Enumerates the types of information, warning, and error messages.
Enumerator | |
---|---|
Unknown |
Info type and source unknown. |
Exchange | |
Publish | |
Data |
Problem with provided data. |
Key |
Problem with provided key. |
Geometry |
Problem with provided geometry. |
Database |
Problem with scene. |
Driver |
Problem with driver. |
Internal |
Problem with internal system. |
Memory |
Problem with memory. |
System |
Problem operating environment. |
Unsupported |
Use is unsupported. |
DX9DeviceReset |
The D3D device for all dx9 driver instances has been reset. |
DWG |
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.Info.cs