# CoroutineException

### CoroutineException Class

An exception occurred relating to Coroutine execution.

### Syntax

public class **CoroutineException** : [Exception](http://www.go-mono.com/docs/monodoc.ashx?link=T:System.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)](https://help.sansar.com/hc/en-us/articles/115003549048#M:Sansar.Script.ScriptBase.StartCoroutine\(System.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](http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Exception).

### Member Details

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sansar.com/latest/script-api-docs/sansar-script-namespace/coroutineexception.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
