NotFoundException Constructor

GeonBit.UI

NotFoundException Constructor
Overload List
  NameDescription
Public methodNotFoundException
Create the exception without message.
Public methodNotFoundException(String)
Create the exception with message.
Public methodNotFoundException(String, Exception)
Create the exception with message and inner exception.
Top
See Also