LogErrorMessage ClassDelta Engine Documentation
Send to the log service whenever a fatal error happens at runtime and is logged. View code on GitHub
Inheritance Hierarchy

System Object
  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

public class LogErrorMessage : LogWarningMessage

The LogErrorMessage type exposes the following members.

Constructors

  NameDescription
Protected methodLogErrorMessage 
Initializes a new instance of the LogErrorMessage class
Public methodLogErrorMessage(String)
Initializes a new instance of the LogErrorMessage class
Top
Properties

  NameDescription
Public propertyText (Inherited from TextMessage.)
Public propertyTimeStamp (Inherited from LogInfoMessage.)
Top
See Also