UniTask
Show / Hide Table of Contents

UnityWebRequestException Class

Namespace: Cysharp.Threading.Tasks
Assembly: UniTask.dll
public class UnityWebRequestException : Exception, ISerializable
Inheritance
object → Exception → UnityWebRequestException
Implements
ISerializable

Members

Constructors

Name Description
UnityWebRequestException(UnityWebRequest)

Properties

Name Description
Error
Message
ResponseCode
ResponseHeaders
Result
Text
UnityWebRequest

Constructors

UnityWebRequestException(UnityWebRequest)

public UnityWebRequestException(UnityWebRequest unityWebRequest)
Parameters
unityWebRequest UnityWebRequest

Properties

Error

public string Error { get; }
Property Value
string

Message

public override string Message { get; }
Property Value
string
Overrides
Exception.Message

ResponseCode

public long ResponseCode { get; }
Property Value
long

ResponseHeaders

public Dictionary<string, string> ResponseHeaders { get; }
Property Value
Dictionary<string, string>

Result

public UnityWebRequest.Result Result { get; }
Property Value
Result

Text

public string Text { get; }
Property Value
string

UnityWebRequest

public UnityWebRequest UnityWebRequest { get; }
Property Value
UnityWebRequest

Implements

ISerializable

Extension Methods

ExceptionExtensions.IsOperationCanceledException(Exception)
Back to top Copyright © Cysharp, Inc. | Generated by DocFX