C# 클래스 SimpleQuery.MappingException

상속: System.Exception
파일 보기 프로젝트 열기: JeremySkinner/SimpleQuery 1 사용 예제들

공개 메소드들

메소드 설명
InvalidCast ( string column, Exception innerException ) : MappingException
MappingException ( string message ) : System
MappingException ( string message, Exception innerException ) : System
NoParameterlessConstructor ( Type type ) : MappingException

메소드 상세

InvalidCast() 공개 정적인 메소드

public static InvalidCast ( string column, Exception innerException ) : MappingException
column string
innerException System.Exception
리턴 MappingException

MappingException() 공개 메소드

public MappingException ( string message ) : System
message string
리턴 System

MappingException() 공개 메소드

public MappingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System

NoParameterlessConstructor() 공개 정적인 메소드

public static NoParameterlessConstructor ( Type type ) : MappingException
type System.Type
리턴 MappingException