C# Класс AsciiImportExport.ImportException

This exception carries parsing error information
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
ImportException ( string columnName, string value, Exception ex, string message = null ) : System

The constructor

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

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

The constructor
public ImportException ( string columnName, string value, Exception ex, string message = null ) : System
columnName string The column where the error happend
value string The value that caused the parsing error
ex System.Exception The original exception
message string Optional message
Результат System