EngineWarning Structure |
Usually the messages are warnings or other notifications intended for optimization and debugging. If they are critical they usually result in exceptions.
Namespace: Arction.Wpf.Charting
The EngineWarning type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| (EngineWarning to EngineWarning) |
Conversion to EngineWarning from RD.EngineWarning. There should be a better way for this.
|
| Name | Description | |
|---|---|---|
| Description |
Summary of the problem on a general level
| |
| Details |
Details of the message.
| |
| MessageSeverity |
Severity level of the message.
| |
| MessageType |
Type of the message.
| |
| TimeStamp |
Date and time when the event occurred.
|