Class PingTimeoutException
Inheritance
PingTimeoutException
Assembly: Libplanet.Net.dll
Syntax
[Serializable]
public class PingTimeoutException : TimeoutException, ISerializable
Constructors
|
Improve this Doc
View Source
PingTimeoutException(BoundPeer)
Declaration
public PingTimeoutException(BoundPeer target)
Parameters
|
Improve this Doc
View Source
PingTimeoutException(SerializationInfo, StreamingContext)
Declaration
protected PingTimeoutException(SerializationInfo info, StreamingContext context)
Parameters
|
Improve this Doc
View Source
PingTimeoutException(String, BoundPeer, Exception)
Declaration
public PingTimeoutException(string message, BoundPeer target, Exception innerException)
Parameters
|
Improve this Doc
View Source
PingTimeoutException(String, BoundPeer)
Declaration
public PingTimeoutException(string message, BoundPeer target)
Parameters
Properties
|
Improve this Doc
View Source
Target
Declaration
public BoundPeer Target { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Overrides
Implements