class HttpRequestException

in global :: System . Net . Http

A base class for exceptions thrown by the and classes.


public HttpRequestException( string message )

Initializes a new instance of the class with a specific message that describes the current exception.

  • message A message that describes the current exception.

public HttpRequestException( string message, Exception inner )

Initializes a new instance of the class with a specific message that describes the current exception and an inner exception.

  • message A message that describes the current exception.
  • inner The inner exception.

public HttpRequestException( HttpRequestError httpRequestError, string message = null, Exception inner = null, Nullable<HttpStatusCode> statusCode = null )

😔 No documentation found.

public HttpRequestException( )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string StackTrace { get; }

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public int HResult { get; set; }

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public void GetObjectData( SerializationInfo info, StreamingContext context )

😔 No documentation found.

public string Source { get; set; }

😔 No documentation found.

😔 No documentation found.

public Exception InnerException { get; }

😔 No documentation found.

public Exception GetBaseException( )

😔 No documentation found.

public IDictionary Data { get; }

😔 No documentation found.

public string Message { get; }

😔 No documentation found.

public HttpRequestException( string message, Exception inner, Nullable<HttpStatusCode> statusCode )

😔 No documentation found.

public Nullable<HttpStatusCode> StatusCode { get; }

😔 No documentation found.