Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.Servers.HttpRequestParseException

Summary

Indicates that an error has occurred while parsing a request. This usually indicates that the request was malformed in some way.

Instance methods

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

Instance properties

HttpStatusCodeThe status code associated with this exception.
stringAn error message which may be revealed to the user.