Пример #1
0
 internal Direct2DException(PaintDotNet.Direct2D.Direct2DError error) : this(error, null, null)
 {
 }
Пример #2
0
 internal Direct2DException(PaintDotNet.Direct2D.Direct2DError error, string message) : this(error, message, null)
 {
 }
Пример #3
0
 internal Direct2DException(PaintDotNet.Direct2D.Direct2DError error, string message, Exception innerException) : base(message, innerException, (int)error)
 {
 }
Пример #4
0
 internal Direct2DException(PaintDotNet.Direct2D.Direct2DError error, Exception innerException) : this(error, null, innerException)
 {
 }