Show / Hide Table of Contents

Class PingTimeoutException

Inheritance
Object
PingTimeoutException
Namespace: Libplanet.Net.Protocols
Assembly: Libplanet.Net.dll
Syntax
public class PingTimeoutException : TimeoutException

Constructors

| Improve this Doc View Source

PingTimeoutException(BoundPeer)

Declaration
public PingTimeoutException(BoundPeer target)
Parameters
Type Name Description
BoundPeer target
| Improve this Doc View Source

PingTimeoutException(SerializationInfo, StreamingContext)

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

PingTimeoutException(String, BoundPeer)

Declaration
public PingTimeoutException(string message, BoundPeer target)
Parameters
Type Name Description
String message
BoundPeer target
| Improve this Doc View Source

PingTimeoutException(String, BoundPeer, Exception)

Declaration
public PingTimeoutException(string message, BoundPeer target, Exception innerException)
Parameters
Type Name Description
String message
BoundPeer target
Exception innerException

Properties

| Improve this Doc View Source

Target

Declaration
public BoundPeer Target { 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