Class RemoteProviderException
Class representing an error occured during an operation that remotely fetch data.
Inherited Members
Namespace: UnityEngine .ResourceManagement .Exceptions
Assembly: solution.dll
Syntax
public class RemoteProviderException : ProviderException, ISerializable, _Exception
Constructors
Name | Description |
---|---|
Remote |
Creates a new instance of Provider |
Properties
Name | Description |
---|---|
Message | Returns a string describing this exception. |
Web |
The result of the unity web request, if any. |
Methods
Name | Description |
---|---|
To |
Provides a new string object describing the exception. |