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
Afficher le fichier Open project: scoutmedia/DataMigration Class Usage Examples

Méthodes publiques

Méthode Description
BadRowException ( string reason ) : System

Initializes a new instance of the DataMigration.BadRowException class.

Method Details

BadRowException() public méthode

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.
Résultat System