SharpSchedule

ObjectNotFoundException Constructor

Default constructor.

Overload List

Default constructor.

public ObjectNotFoundException();

Object not found exception is thrown if there are no records returned from a select query.

public ObjectNotFoundException(Exception);

Object not found exception is thrown if there are no records returned from a select query.

public ObjectNotFoundException(string);

Object not found exception is thrown if there are no records returned from a select query.

public ObjectNotFoundException(string,Exception);

See Also

ObjectNotFoundException Class | Ozanam.Schedule.Store.Database Namespace