Editja

AnimationException Class

Definition

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
AnimationException

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.

Applies to