Show / Hide Table of Contents

Class TransportException

Inheritance
Object
TransportException
Namespace: Libplanet.Net.Transports
Assembly: Libplanet.Net.dll
Syntax
public class TransportException : Exception

Constructors

| Improve this Doc View Source

TransportException()

Declaration
public TransportException()
| Improve this Doc View Source

TransportException(SerializationInfo, StreamingContext)

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

TransportException(String)

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

TransportException(String, Exception)

Declaration
public TransportException(string message, Exception innerException)
Parameters
Type Name Description
String message
Exception innerException
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2022 Planetarium