コード例 #1
0
 internal AnimationException(PaintDotNet.Animation.AnimationError error) : this(error, null, null)
 {
 }
コード例 #2
0
 internal AnimationException(PaintDotNet.Animation.AnimationError error, string message) : this(error, message, null)
 {
 }
コード例 #3
0
 internal AnimationException(PaintDotNet.Animation.AnimationError error, string message, Exception innerException) : base(message, innerException, (int)error)
 {
 }
コード例 #4
0
 internal AnimationException(PaintDotNet.Animation.AnimationError error, Exception innerException) : this(error, null, innerException)
 {
 }