C# Class Kajabity.Tools.Csv.CsvParseException

An exception thrown by CsvReader when parsing a CSV stream.
Inheritance: System.Exception
显示文件 Open project: Kajabity/Kajabity-Tools

Public Methods

Method Description
CsvParseException ( string message ) : System

Construct an exception with an error message.

Method Details

CsvParseException() public method

Construct an exception with an error message.
public CsvParseException ( string message ) : System
message string A descriptive message for the exception
return System