Click or drag to resize

CoroutineCancelledException Class

Use to know when a coroutine was cancelled.
Inheritance Hierarchy
SystemObject
  SystemException
    DustProductions.CoreCoroutineCancelledException

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

The CoroutineCancelledException type exposes the following members.

Constructors
  NameDescription
Public methodCoroutineCancelledException
Initializes a new instance of the CoroutineCancelledException class
Top
Properties
  NameDescription
Public propertyMessage
Custom message for when a Coroutine was cancelled
(Overrides ExceptionMessage.)
Top
See Also