Show / Hide Table of Contents

Class SendMessageFailException

An thrown when fail to send a Message.

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

Constructors

| Improve this Doc View Source

SendMessageFailException(SerializationInfo, StreamingContext)

Declaration
protected SendMessageFailException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context

Properties

| 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