Show / Hide Table of Contents

Class HttpRequestFailException

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

Constructors

HttpRequestFailException(String)

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

HttpRequestFailException(IWebResponse)

Declaration
public HttpRequestFailException(IWebResponse response)
Parameters
Type Name Description
IWebResponse response

Properties

Response

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

Implements

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