CoroutineException
Last updated
Last updated
An exception occurred relating to Coroutine execution.
public class CoroutineException :
This exception is thrown when a coroutine method is called outside of a coroutine context (i.e. in a method that was not started with ) or attempting to use the context of another script.
Namespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
See Also: Inherited members from .