Click or drag to resize
DigitalRuneAnimationException Constructor (String)
Initializes a new instance of the AnimationException class with a specified error message.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public AnimationException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also