Click or drag to resize
DigitalRuneInvalidAnimationException Constructor
Initializes a new instance of the InvalidAnimationException class.
Overload List
  NameDescription
Public methodInvalidAnimationException
Initializes a new instance of the InvalidAnimationException class.
Public methodInvalidAnimationException(String)
Initializes a new instance of the InvalidAnimationException class with a specified error message.
Protected methodInvalidAnimationException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidAnimationException class with serialized data.
Public methodInvalidAnimationException(String, Exception)
Initializes a new instance of the InvalidAnimationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also