Show / Hide Table of Contents

Class PeerDiscoveryException

Inheritance
Object
SwarmException
PeerDiscoveryException
Namespace: Libplanet.Net.Protocols
Assembly: Libplanet.dll
Syntax
public class PeerDiscoveryException : SwarmException

Constructors

| Improve this Doc View Source

PeerDiscoveryException()

Declaration
public PeerDiscoveryException()
| Improve this Doc View Source

PeerDiscoveryException(SerializationInfo, StreamingContext)

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

PeerDiscoveryException(String)

Declaration
public PeerDiscoveryException(string message)
Parameters
Type Name Description
String message
| Improve this Doc View Source

PeerDiscoveryException(String, Exception)

Declaration
public PeerDiscoveryException(string message, Exception innerException)
Parameters
Type Name Description
String message
Exception innerException
  • Improve this Doc
  • View Source
Back to top Copyright © 2019–2020 Planetarium