Class AnimationException
- Namespace
- FriedSynapse.FlowEnt
public class AnimationException : Exception, ISerializable
- Inheritance
-
AnimationException
- Implements
- Inherited Members
- Extension Methods
Constructors
AnimationException(AbstractAnimation, string)
public AnimationException(AbstractAnimation animation, string message)
Parameters
animation
AbstractAnimationmessage
string
Properties
Animation
The animation attached to this exception.
public AbstractAnimation Animation { get; }