Class RequestConnectionException
- Namespace
- Lers.Networking
- Assembly
- Lers.System.dll
Исключение выдаётся в случае если при выполнении запроса возникла ошибка, связанная с подключением к серверу.
public class RequestConnectionException : Exception, ISerializable
- Inheritance
-
RequestConnectionException
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
RequestConnectionException(SerializationInfo, StreamingContext)
Конструктор.
public RequestConnectionException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
RequestConnectionException(string)
Создаёт экземпляр объекта.
public RequestConnectionException(string message)
Parameters
message
string