C# 클래스 Zetbox.Server.SchemaManagement.DBTypeNotFoundException

상속: System.Exception
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
DBTypeNotFoundException ( ) : System
DBTypeNotFoundException ( System.Property prop ) : System
DBTypeNotFoundException ( System.Property prop, Exception ex ) : System
DBTypeNotFoundException ( string message ) : System
DBTypeNotFoundException ( string message, Exception innerException ) : System

보호된 메소드들

메소드 설명
DBTypeNotFoundException ( SerializationInfo info, StreamingContext context ) : System

비공개 메소드들

메소드 설명
DBTypeNotFoundException ( string clrTypeName, string message, Exception innerException ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
PropertyToClrType ( System.Property prop ) : string
PropertyToMessage ( System.Property prop ) : string

메소드 상세

DBTypeNotFoundException() 공개 메소드

public DBTypeNotFoundException ( ) : System
리턴 System

DBTypeNotFoundException() 공개 메소드

public DBTypeNotFoundException ( System.Property prop ) : System
prop System.Property
리턴 System

DBTypeNotFoundException() 공개 메소드

public DBTypeNotFoundException ( System.Property prop, Exception ex ) : System
prop System.Property
ex System.Exception
리턴 System

DBTypeNotFoundException() 보호된 메소드

protected DBTypeNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

DBTypeNotFoundException() 공개 메소드

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

DBTypeNotFoundException() 공개 메소드

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