C# Класс NLight.IO.Text.ParseErrorEventArgs

Provides data for a record parsing error event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ParseErrorEventArgs ( MalformedRecordException error, ParseErrorAction action ) : System

Initializes a new instance of the ParseErrorEventArgs class.

Описание методов

ParseErrorEventArgs() публичный Метод

Initializes a new instance of the ParseErrorEventArgs class.
public ParseErrorEventArgs ( MalformedRecordException error, ParseErrorAction action ) : System
error MalformedRecordException The error that occurred.
action ParseErrorAction The action to take.
Результат System