HttpUwrException Class
Unity Web Request HTTP exception.
Inheritance Hierarchy
System.Object
System.Exception
UltimateXR.Exceptions.UwrException
UltimateXR.Exceptions.HttpUwrException
Namespace: UltimateXR.Exceptions
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public sealed class HttpUwrException : UwrException
The HttpUwrException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HttpUwrException | Constructor. |
Properties
Name | Description | |
---|---|---|
ResponseCode | Gets the HTTP response code. |
Extension Methods
Name | Description | |
---|---|---|
ThrowIfNull | Throws an exception if the object is null. (Defined by ObjectExt.) |