Show / Hide Table of Contents

Class ServerCommunicationException

Thrown when the plugin is unable to talk to to the server (invalid response, no internet connection etc.)

Inheritance
object
Exception
ServerCommunicationException
Implements
ISerializable
Namespace: PlayUR.Exceptions
Assembly: PlayUR.dll
Syntax
public class ServerCommunicationException : Exception, ISerializable

Constructors

| Improve this Doc View Source

ServerCommunicationException(string)

Declaration
public ServerCommunicationException(string msg)
Parameters
Type Name Description
string msg

Properties

| Improve this Doc View Source

Message

Declaration
public override string Message { get; }
Property Value
Type Description
string
Overrides
Exception.Message

Implements

ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX