Class OperationException
Class that represent an error that occured during an AsyncOperation.
Implements
Inherited Members
Namespace: UnityEngine.ResourceManagement.Exceptions
Assembly: Unity.ResourceManager.dll
Syntax
public class OperationException : Exception, ISerializable
  Constructors
| Name | Description | 
|---|---|
| OperationException(string, Exception) | Creates a new instance of OperationException.  | 
      
Methods
| Name | Description | 
|---|---|
| ToString() | Provides a new string object describing the exception.  |