C# Class Zetbox.API.ZetboxObjectNotFoundException

Inheritance: ZetboxContextException
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
ZetboxObjectNotFoundException ( ) : System
ZetboxObjectNotFoundException ( Type t, int id ) : System
ZetboxObjectNotFoundException ( string message ) : System
ZetboxObjectNotFoundException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
ZetboxObjectNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ZetboxObjectNotFoundException() public méthode

public ZetboxObjectNotFoundException ( ) : System
Résultat System

ZetboxObjectNotFoundException() protected méthode

protected ZetboxObjectNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ZetboxObjectNotFoundException() public méthode

public ZetboxObjectNotFoundException ( Type t, int id ) : System
t System.Type
id int
Résultat System

ZetboxObjectNotFoundException() public méthode

public ZetboxObjectNotFoundException ( string message ) : System
message string
Résultat System

ZetboxObjectNotFoundException() public méthode

public ZetboxObjectNotFoundException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System