Click or drag to resize

ObjectNotFoundException Constructor

Overload List
  NameDescription
Public methodObjectNotFoundException(String)
Exception thrown when an object has not been found.
Public methodObjectNotFoundException(String, Exception)
Exception thrown when an object has not been found.
Public methodObjectNotFoundException(String, String, String)
Exception thrown when an object has not been found. The message is formatted as the following: "{objectName} with {objectKeyName} '{objectKeyValue}' not found.".
Top
See Also