Click or drag to resize
NotFoundException Constructor
Overload List
  NameDescription
Public methodNotFoundException
Construct the exception without a description.
Public methodNotFoundException(String)
Construct the exception with the description.
Protected methodNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotFoundException class with serialized data.
Public methodNotFoundException(String, Exception)
Construct the exception with the description and the cause exception.
Top
See Also