Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.Servers.HttpNotFoundException

Summary

Provides an exception that indicates that a resource was not found.

Constructors

HttpNotFoundException(string location = null)
Constructor.

Instance methods

void
GetObjectData(SerializationInfo info, StreamingContext context)
  • Overrides: Exception.GetObjectData(SerializationInfo, StreamingContext)
  • Implements: ISerializable.GetObjectData(SerializationInfo, StreamingContext)
  • Implements: _Exception.GetObjectData(SerializationInfo, StreamingContext)
Override for serialization.

Instance properties

stringA string describing the resource that was not found. May be null.
HttpStatusCodeThe status code associated with this exception.
stringAn error message which may be revealed to the user.