Table of Contents

Class AnimationException

public class AnimationException : Exception, ISerializable
Inheritance
AnimationException
Implements
Inherited Members
Extension Methods

Constructors

AnimationException(AbstractAnimation, string)

public AnimationException(AbstractAnimation animation, string message)

Parameters

animation AbstractAnimation
message string

Properties

Animation

The animation attached to this exception.

public AbstractAnimation Animation { get; }

Property Value

AbstractAnimation