Click or drag to resize
DigitalRuneInvalidAnimationException Constructor (String)
Initializes a new instance of the InvalidAnimationException 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 InvalidAnimationException(
	string message
)

Parameters

message
Type: SystemString
The message.
See Also