Class TradeException
Inheritance
TradeException
Assembly: cs.temp.dll.dll
Syntax
public class TradeException : Exception
Constructors
TradeException(ITrade, String)
Declaration
public TradeException(ITrade trade, string message)
Parameters
TradeException(SerializationInfo, StreamingContext)
Declaration
public TradeException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
TradeException(String)
Declaration
public TradeException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
TradeException(String, Exception)
Declaration
public TradeException(string message, Exception innerException)
Parameters
Type |
Name |
Description |
String |
message |
|
Exception |
innerException |
|
Fields
Trade
Declaration
Field Value