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
Name | Description | |
---|---|---|
UwrException | Constructor. |
Extension Methods
Name | Description | |
---|---|---|
ThrowIfNull | Throws an exception if the object is null. (Defined by ObjectExt.) |