C# 클래스 Summer.Batch.Extra.Ebcdic.Exception.CopybookParsingException

상속: Summer.Batch.Extra.Ebcdic.Exception.EbcdicException
파일 보기 프로젝트 열기: SummerBatch/SummerBatchCore

공개 메소드들

메소드 설명
CopybookParsingException ( string message ) : System

Custom constructor using a message

CopybookParsingException ( string message, Exception cause ) : System

Custom constructor using a message and an inner exception

메소드 상세

CopybookParsingException() 공개 메소드

Custom constructor using a message
public CopybookParsingException ( string message ) : System
message string
리턴 System

CopybookParsingException() 공개 메소드

Custom constructor using a message and an inner exception
public CopybookParsingException ( string message, Exception cause ) : System
message string
cause System.Exception
리턴 System