C# Class Zetbox.API.ZetboxObjectNotFoundException

Inheritance: ZetboxContextException
ファイルを表示 Open project: daszat/zetbox

Public Methods

Method Description
ZetboxObjectNotFoundException ( ) : System
ZetboxObjectNotFoundException ( Type t, int id ) : System
ZetboxObjectNotFoundException ( string message ) : System
ZetboxObjectNotFoundException ( string message, Exception inner ) : System

Protected Methods

Method Description
ZetboxObjectNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ZetboxObjectNotFoundException() public method

public ZetboxObjectNotFoundException ( ) : System
return System

ZetboxObjectNotFoundException() protected method

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

ZetboxObjectNotFoundException() public method

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

ZetboxObjectNotFoundException() public method

public ZetboxObjectNotFoundException ( string message ) : System
message string
return System

ZetboxObjectNotFoundException() public method

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