Overload List

  NameDescription
ObjectNotFoundException()()()
Instantiates a new ObjectNotFoundException using the default message
ObjectNotFoundException(String)
Instantiates a new ObjectNotFoundException using the supplied message
ObjectNotFoundException(SerializationInfo, StreamingContext)
Instantiates a new ObjectNotFoundException using the supplied serialization info
ObjectNotFoundException(String, Exception)
Instantiates a new ObjectNotFoundException using the supplied message along with an additional exception that caused this one to be thrown

See Also