Class PingTimeoutException
Inheritance
PingTimeoutException
Assembly: Libplanet.Net.dll
Syntax
public class PingTimeoutException : TimeoutException
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
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
|
Improve this Doc
View Source
PingTimeoutException(String, BoundPeer)
Declaration
public PingTimeoutException(string message, BoundPeer target)
Parameters
|
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
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 |
|