C# 클래스 Zetbox.API.ZetboxObjectNotFoundException

상속: ZetboxContextException
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
ZetboxObjectNotFoundException ( ) : System
ZetboxObjectNotFoundException ( Type t, int id ) : System
ZetboxObjectNotFoundException ( string message ) : System
ZetboxObjectNotFoundException ( string message, Exception inner ) : System

보호된 메소드들

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

메소드 상세

ZetboxObjectNotFoundException() 공개 메소드

public ZetboxObjectNotFoundException ( ) : System
리턴 System

ZetboxObjectNotFoundException() 보호된 메소드

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

ZetboxObjectNotFoundException() 공개 메소드

public ZetboxObjectNotFoundException ( Type t, int id ) : System
t System.Type
id int
리턴 System

ZetboxObjectNotFoundException() 공개 메소드

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

ZetboxObjectNotFoundException() 공개 메소드

public ZetboxObjectNotFoundException ( string message, Exception inner ) : System
message string
inner System.Exception
리턴 System