Ejemplo n.º 1
0
 internal AnimationException(PaintDotNet.Animation.AnimationError error) : this(error, null, null)
 {
 }
Ejemplo n.º 2
0
 internal AnimationException(PaintDotNet.Animation.AnimationError error, string message) : this(error, message, null)
 {
 }
Ejemplo n.º 3
0
 internal AnimationException(PaintDotNet.Animation.AnimationError error, string message, Exception innerException) : base(message, innerException, (int)error)
 {
 }
Ejemplo n.º 4
0
 internal AnimationException(PaintDotNet.Animation.AnimationError error, Exception innerException) : this(error, null, innerException)
 {
 }