Class TransportException
Inheritance
TransportException
Assembly: Libplanet.dll
Syntax
[Serializable]
public class TransportException : Exception, ISerializable
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
|
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
Implements
Extension Methods