Class NotFoundException
Inheritance
NotFoundException
Syntax
[Serializable]
[ServiceError(ServiceError.Code.GenericNotFound, HttpStatusCode.NotFound)]
public class NotFoundException : ServiceException, ISerializable, _Exception
Constructors
NotFoundException()
Declaration
public NotFoundException()
NotFoundException(SerializationInfo, StreamingContext)
Declaration
protected NotFoundException(SerializationInfo info, StreamingContext context)
Parameters
NotFoundException(String)
Declaration
public NotFoundException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
NotFoundException(String, Exception)
Declaration
public NotFoundException(string message, Exception innerException)
Parameters
NotFoundException(ServiceError)
Declaration
public NotFoundException(ServiceError error)
Parameters