Class PingTimeoutException
Inheritance
PingTimeoutException
Assembly: Libplanet.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(BoundPeer, String)
Declaration
public PingTimeoutException(BoundPeer target, string message)
Parameters
|
Improve this Doc
View Source
PingTimeoutException(BoundPeer, String, Exception)
Declaration
public PingTimeoutException(BoundPeer target, string message, Exception innerException)
Parameters
|
Improve this Doc
View Source
PingTimeoutException(SerializationInfo, StreamingContext)
Declaration
protected PingTimeoutException(SerializationInfo info, StreamingContext context)
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
Extension Methods