C# 클래스 Accord.IO.ParseErrorEventArgs

Provides data for the M:CsvReader.ParseError event.
상속: System.EventArgs
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
ParseErrorEventArgs ( MalformedCsvException error, ParseErrorAction defaultAction ) : System

Initializes a new instance of the ParseErrorEventArgs class.

메소드 상세

ParseErrorEventArgs() 공개 메소드

Initializes a new instance of the ParseErrorEventArgs class.
public ParseErrorEventArgs ( MalformedCsvException error, ParseErrorAction defaultAction ) : System
error MalformedCsvException The error that occurred.
defaultAction ParseErrorAction The default action to take.
리턴 System