Send to the log service whenever a fatal error happens at runtime and is logged.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Networking.Messages TextMessage
DeltaEngine.Networking.Messages LogInfoMessage
DeltaEngine.Networking.Messages LogWarningMessage
DeltaEngine.Networking.Messages LogErrorMessage
Namespace: DeltaEngine.Networking.Messages
Assembly: DeltaEngine.Networking.Messages (in DeltaEngine.Networking.Messages.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The LogErrorMessage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | LogErrorMessage | Initializes a new instance of the LogErrorMessage class |
![]() | LogErrorMessage(String) | Initializes a new instance of the LogErrorMessage class |
Properties
Name | Description | |
---|---|---|
![]() | Text | (Inherited from TextMessage.) |
![]() | TimeStamp | (Inherited from LogInfoMessage.) |
See Also