Class TransportException
Inheritance
TransportException
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 |
|