SharpSchedule

ObjectNotFoundException Constructor (Exception)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal innerException As Exception _
)
[C#]
public ObjectNotFoundException(
   Exception innerException
);

Parameters

innerException
The inner exception.

See Also

ObjectNotFoundException Class | Ozanam.Schedule.Store.Database Namespace | ObjectNotFoundException Constructor Overload List