AnimationException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when an error occurs while animating a property.
public ref class AnimationException sealed : SystemException
public sealed class AnimationException : SystemException
type AnimationException = class
inherit SystemException
Public NotInheritable Class AnimationException
Inherits SystemException
- Inheritance
Remarks
This class is not used for timing-related errors, such as creating an animation with a negative Duration or invalid AccelerationRatio and DecelerationRatio settings.
Properties
| Name | Description |
|---|---|
| Clock |
Gets the clock that generates the animated values. |
| Property |
Gets the animated dependency property. |
| Target |
Gets the animated object. |