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
파일 보기 프로젝트 열기: scoutmedia/DataMigration 1 사용 예제들

공개 메소드들

메소드 설명
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