HttpException Methods

Public Methods

(see also Protected Methods )
  Name Description
Public methodStaticCreateFromLastError Creates a new HttpException exception based on the error code that is returned from the Win32 API GetLastError() method.
Public methodEquals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public methodGetBaseException  When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Inherited from Exception.)
Public methodGetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public methodGetHtmlErrorMessage Gets the HTML error message to return to the client.
Public methodGetHttpCode Gets the HTTP response status code to return to the client.
Public methodGetObjectData Overridden. Gets information about the exception and adds it to the SerializationInfo object.
Public methodGetType  Gets the runtime type of the current instance. (Inherited from Exception.)
Public methodStaticReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public methodToString  Creates and returns a string representation of the current exception. (Inherited from Exception.)
Top

Protected Methods

  Name Description
Protected methodFinalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected methodMemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top

See Also

Community Additions

ADD
Show: