Zetbox.API.ZetboxObjectNotFoundException.ZetboxObjectNotFoundException C# (CSharp) Method

ZetboxObjectNotFoundException() public method

public ZetboxObjectNotFoundException ( ) : System
return System
        public ZetboxObjectNotFoundException()
            : base("The given ID could not be found in the current zetbox context")
        {
        }

Same methods

ZetboxObjectNotFoundException::ZetboxObjectNotFoundException ( SerializationInfo info, StreamingContext context ) : System
ZetboxObjectNotFoundException::ZetboxObjectNotFoundException ( Type t, int id ) : System
ZetboxObjectNotFoundException::ZetboxObjectNotFoundException ( string message ) : System
ZetboxObjectNotFoundException::ZetboxObjectNotFoundException ( string message, Exception inner ) : System
ZetboxObjectNotFoundException