Show / Hide Table of Contents

Class PeerNotFoundException

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

Constructors

| Improve this Doc View Source

PeerNotFoundException()

Declaration
public PeerNotFoundException()
| Improve this Doc View Source

PeerNotFoundException(SerializationInfo, StreamingContext)

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

PeerNotFoundException(String)

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

PeerNotFoundException(String, Exception)

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