Class HttpException

Represents a HTTP error.

Inheritance
Object
Exception
HttpException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Solti.Utils.Rpc.Interfaces
Assembly: Solti.Utils.Rpc.Interfaces.dll
Syntax
public class HttpException : Exception, ISerializable

Constructors

HttpException()

Creates a new HttpException instance.

Declaration
public HttpException()

HttpException(String)

Creates a new HttpException instance.

Declaration
public HttpException(string message)
Parameters
Type Name Description
String message

HttpException(String, Exception)

Creates a new HttpException instance.

Declaration
public HttpException(string message, Exception innerException)
Parameters
Type Name Description
String message
Exception innerException

Properties

Status

The related status code.

Declaration
public HttpStatusCode Status { get; set; }
Property Value
Type Description
HttpStatusCode

Implements

System.Runtime.Serialization.ISerializable
In This Article
Back to top Generated by DocFX