ServerError ClassDelta Engine Documentation
Thrown by the server when an internal error happens (DB connection lost, wrong data received) View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Networking.Messages ServerError

Namespace: DeltaEngine.Networking.Messages
Assembly: DeltaEngine.Networking.Messages (in DeltaEngine.Networking.Messages.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class ServerError

The ServerError type exposes the following members.

Constructors

  NameDescription
Protected methodServerError 
Initializes a new instance of the ServerError class
Public methodServerError(String)
Initializes a new instance of the ServerError class
Top
Methods

  NameDescription
Public methodToString (Overrides Object ToString .)
Top
Properties

  NameDescription
Public propertyError
Top
See Also