The Info class is a concept class for information, warning, and error codes. More...
Public Types | |
enum | Code { Code.Unknown = 0, Code.Exchange = 1, Code.Publish = 2, Code.Data = 3, Code.Key = 4, Code.Geometry = 5, Code.Database = 6, Code.Driver = 7, Code.Internal = 8, Code.Memory = 9, Code.System = 10, Code.Unsupported = 11, Code.DX9DeviceReset = 12, Code.DWG = 13 } |
Enumerates the types of information, warning, and error messages. More... | |
Detailed Description
The Info class is a concept class for information, warning, and error codes.
Member Enumeration Documentation
enum HPS.Info.Code |
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 |
Info from DWG. |
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.Info.cs