Show / Hide Table of Contents

Class SwarmException

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

Constructors

| Improve this Doc View Source

SwarmException()

Declaration
public SwarmException()
| Improve this Doc View Source

SwarmException(SerializationInfo, StreamingContext)

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

SwarmException(String)

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

SwarmException(String, Exception)

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