| AnimationException Constructor (String) |
Initializes a new instance of the
AnimationException class with a specified
error message.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public AnimationException(
string message
)
Public Sub New (
message As String
)
public:
AnimationException(
String^ message
)
new :
message : string -> AnimationException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also