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

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

공개 메소드들

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

Custom constructor using a message

ValueTypeMismatchException ( string message, Exception cause ) : System

Custom constructor using a message and a inner exception

메소드 상세

ValueTypeMismatchException() 공개 메소드

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

ValueTypeMismatchException() 공개 메소드

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