Show / Hide Table of Contents

Class PingTimeoutException

Inheritance
Object
Exception
SystemException
TimeoutException
PingTimeoutException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Libplanet.Net.Protocols
Assembly: Libplanet.dll
Syntax
[Serializable]
public class PingTimeoutException : TimeoutException, ISerializable

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(BoundPeer, String)

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

PingTimeoutException(BoundPeer, String, Exception)

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

PingTimeoutException(SerializationInfo, StreamingContext)

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

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
Overrides
Exception.GetObjectData(SerializationInfo, StreamingContext)

Implements

System.Runtime.Serialization.ISerializable

Extension Methods

ExtractableException.ExtractMetadata(Exception)
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2021 Planetarium