Show / Hide Table of Contents

Class HttpRequestFailedException

HTTP request failed exception

Inheritance
Object
Exception
HttpRequestFailedException
Implements
_Exception
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: Pixiv.VroidSdk.Networking
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class HttpRequestFailedException : Exception, _Exception, ISerializable

Constructors

HttpRequestFailedException(IHttpResponse)

Constructor

Declaration
public HttpRequestFailedException(IHttpResponse response)
Parameters
Type Name Description
IHttpResponse response

IHttpResponse that an error occured

HttpRequestFailedException(String)

Constructor

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

Text displaying error content

Properties

Response

HTTP response

Declaration
public IHttpResponse Response { get; }
Property Value
Type Description
IHttpResponse

Implements

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