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() | Provides a new string object describing the exception. |