C# 클래스 Rsdn.Janus.SchemaChangeException

상속: System.ApplicationException
파일 보기 프로젝트 열기: rsdn/janus

공개 메소드들

메소드 설명
SchemaChangeException ( string cmdText, Exception innerException ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetMessage ( string cmdText, string errorMessage ) : string

메소드 상세

SchemaChangeException() 보호된 메소드

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

SchemaChangeException() 공개 메소드

public SchemaChangeException ( string cmdText, Exception innerException ) : System
cmdText string
innerException System.Exception
리턴 System