C# Class 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.
Inheritance: System.Exception
ファイルを表示 Open project: scoutmedia/DataMigration Class Usage Examples

Public Methods

Method Description
BadRowException ( string reason ) : System

Initializes a new instance of the DataMigration.BadRowException class.

Method Details

BadRowException() public method

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.
return System