Class OperationException
Class that represent an error that occured during an AsyncOperation.
Inherited Members
Namespace: UnityEngine.ResourceManagement.Exceptions
Syntax
public class OperationException : Exception, ISerializable, _Exception
Constructors
| Name | Description |
|---|---|
| OperationException(String, Exception) | Creates a new instance of OperationException. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns string representation of exception. |