Click or drag to resize

CoroutineDisabledException Class

Use to know when the object a coroutine is running on is disabled.
Inheritance Hierarchy
SystemObject
  SystemException
    DustProductions.CoreCoroutineDisabledException

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class CoroutineDisabledException : Exception

The CoroutineDisabledException type exposes the following members.

Constructors
  NameDescription
Public methodCoroutineDisabledException
Initializes a new instance of the CoroutineDisabledException class
Top
Properties
  NameDescription
Public propertyMessage
Custom message for when the Coroutine has been disabled while the coroutine is running.
(Overrides ExceptionMessage.)
Top
See Also