C# Класс DataMigration.BadRowException

BadRowExceptions are thrown by row processors when they absolutely can do nothing with a raw row of data. The data is included, and responsibility for handling it returns up the stack to the FeedProcessor.
Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
BadRowException ( string reason ) : System

Initializes a new instance of the DataMigration.BadRowException class.

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

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

Initializes a new instance of the DataMigration.BadRowException class.
public BadRowException ( string reason ) : System
reason string An explanation of the reason the row is bad.
Результат System