Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class HttpException

    Represents an exception related to HTTP requests, providing information about the request details and any associated exception.

    Inheritance
    object
    Exception
    BaseException
    HttpException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    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: Innovt.Core.Http
    Assembly: Innovt.Core.dll
    Syntax
    public class HttpException : BaseException, ISerializable

    Constructors

    | Edit this page View Source

    HttpException(HttpRequestDetail)

    Initializes a new instance of the HttpException class with information about the HTTP request.

    Declaration
    public HttpException(HttpRequestDetail detail)
    Parameters
    Type Name Description
    HttpRequestDetail detail

    The details of the HTTP request that triggered the exception.

    | Edit this page View Source

    HttpException(Exception)

    Initializes a new instance of the HttpException class with an exception related to the HTTP request.

    Declaration
    public HttpException(Exception requestException)
    Parameters
    Type Name Description
    Exception requestException

    The exception related to the HTTP request.

    Properties

    | Edit this page View Source

    RequestDetail

    Gets the details of the HTTP request that triggered the exception.

    Declaration
    public HttpRequestDetail RequestDetail { get; }
    Property Value
    Type Description
    HttpRequestDetail
    | Edit this page View Source

    RequestException

    Gets the exception related to the HTTP request.

    Declaration
    public Exception RequestException { get; }
    Property Value
    Type Description
    Exception

    Implements

    ISerializable

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX