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)
Override for serialization.

Instance properties

stringA string describing the resource that was not found. May be null.