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

NameDescription
Public methodHttpUwrException Constructor.

Properties

NameDescription
Public propertyResponseCode Gets the HTTP response code.

Extension Methods

NameDescription
Public Extension MethodThrowIfNull Throws an exception if the object is null. (Defined by ObjectExt.)

See Also

Reference

UltimateXR.Exceptions Namespace