Show / Hide Table of Contents

Class CommunicationFailException

An thrown when fail to complete a sending and receiving messages cycle via ITransport for one of the expected reasons such as normal timeout, receiving a invalid reply, etc.

Inheritance
Object
CommunicationFailException
Namespace: Libplanet.Net.Transports
Assembly: Libplanet.Net.dll
Syntax
public class CommunicationFailException : Exception

Constructors

| Improve this Doc View Source

CommunicationFailException(SerializationInfo, StreamingContext)

Declaration
public CommunicationFailException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
| Improve this Doc View Source

CommunicationFailException(String, Message.MessageType, BoundPeer)

Declaration
public CommunicationFailException(string message, Message.MessageType messageType, BoundPeer peer)
Parameters
Type Name Description
String message
Message.MessageType messageType
BoundPeer peer
| Improve this Doc View Source

CommunicationFailException(String, Message.MessageType, BoundPeer, Exception)

Declaration
public CommunicationFailException(string message, Message.MessageType messageType, BoundPeer peer, Exception innerException)
Parameters
Type Name Description
String message
Message.MessageType messageType
BoundPeer peer
Exception innerException

Properties

| Improve this Doc View Source

MessageType

Declaration
public Message.MessageType MessageType { get; }
Property Value
Type Description
Message.MessageType
| Improve this Doc View Source

Peer

Declaration
public BoundPeer Peer { get; }
Property Value
Type Description
BoundPeer

Methods

| Improve this Doc View Source

GetObjectData(SerializationInfo, StreamingContext)

Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2022 Planetarium