dxFeed .Net API  7.1.0
dxFeed .Net API library intended to provide market data access for DX clients
com.dxfeed.io.CSVFormatException Class Reference

Signals that input stream does not conform to the CSV format. See RFC 4180 for CSV format specification. More...

Inheritance diagram for com.dxfeed.io.CSVFormatException:
[legend]
Collaboration diagram for com.dxfeed.io.CSVFormatException:
[legend]

Public Member Functions

 CSVFormatException ()
 Constructs a CSVFormatException without detail message. More...
 
 CSVFormatException (string s)
 Constructs a CSVFormatException with specified detail message. More...
 

Detailed Description

Signals that input stream does not conform to the CSV format. See RFC 4180 for CSV format specification.

Constructor & Destructor Documentation

◆ CSVFormatException() [1/2]

com.dxfeed.io.CSVFormatException.CSVFormatException ( )
inline

Constructs a CSVFormatException without detail message.

◆ CSVFormatException() [2/2]

com.dxfeed.io.CSVFormatException.CSVFormatException ( string  s)
inline

Constructs a CSVFormatException with specified detail message.

Parameters
s

The documentation for this class was generated from the following file: