C# Класс AsciiImportExport.ExportException

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

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

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

The constructor

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

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

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