C# Class Lykke.Service.BitfinexAdapter.Core.Domain.Exceptions.OrderBookInconsistencyException

Inheritance: Lykke.Service.BitfinexAdapter.Core.Domain.Exceptions.ApiException
Show file Open project: LykkeCity/Lykke.Service.BitfinexAdapter

Public Methods

Method Description
OrderBookInconsistencyException ( string message ) : System
OrderBookInconsistencyException ( string message, Exception innerException ) : System

Method Details

OrderBookInconsistencyException() public method

public OrderBookInconsistencyException ( string message ) : System
message string
return System

OrderBookInconsistencyException() public method

public OrderBookInconsistencyException ( string message, Exception innerException ) : System
message string
innerException Exception
return System