C# 클래스 Kajabity.Tools.Csv.CsvParseException

An exception thrown by CsvReader when parsing a CSV stream.
상속: System.Exception
파일 보기 프로젝트 열기: Kajabity/Kajabity-Tools

공개 메소드들

메소드 설명
CsvParseException ( string message ) : System

Construct an exception with an error message.

메소드 상세

CsvParseException() 공개 메소드

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