Thrown by the server when an internal error happens (DB connection lost, wrong data received)
View code on GitHub
Inheritance Hierarchy
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
The ServerError type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ServerError | Initializes a new instance of the ServerError class | |
ServerError(String) | Initializes a new instance of the ServerError class |
Methods
Name | Description | |
---|---|---|
ToString | (Overrides Object ToString .) |
Properties
Name | Description | |
---|---|---|
Error |
See Also