Class NotFoundException
- Namespace
- adas_core.Application.Exceptions
- Assembly
- adas-core.Application.dll
Represents an exception that is thrown when a requested resource or item cannot be found.
public class NotFoundException : Exception, ISerializable
- Inheritance
-
NotFoundException
- Implements
- Inherited Members
- Extension Methods
Constructors
NotFoundException()
Initializes a new instance of the NotFoundException class.
public NotFoundException()
NotFoundException(string)
Initializes a new instance of the NotFoundException class with a specified error message.
public NotFoundException(string message)
Parameters
messagestringThe message that describes the error.
NotFoundException(ErrorMessage)
Initializes a new instance of the NotFoundException class with a specified error message.
public NotFoundException(HttpEnum.ErrorMessage message)
Parameters
messageHttpEnum.ErrorMessageThe message that describes the error.