UwrException Class

Base class for Unity Web Request exceptions.

Inheritance Hierarchy

System.Object
  System.Exception
    UltimateXR.Exceptions.UwrException
      UltimateXR.Exceptions.HttpUwrException
      UltimateXR.Exceptions.NetUwrException
Namespace: UltimateXR.Exceptions
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public abstract class UwrException : Exception


The UwrException type exposes the following members.

Constructors

NameDescription
Protected methodUwrException Constructor.

Extension Methods

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

See Also

Reference

UltimateXR.Exceptions Namespace