CoroutineException

CoroutineException Class

An exception occurred relating to Coroutine execution.

Syntax

public class CoroutineException : Exception

Remarks

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 ScriptBase.StartCoroutine(Action)) or attempting to use the context of another script.

Requirements

Namespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0

Members

See Also: Inherited members from Exception.

Member Details


Last updated