Esempio n. 1
0
 internal Direct2DException(PaintDotNet.Direct2D.Direct2DError error) : this(error, null, null)
 {
 }
Esempio n. 2
0
 internal Direct2DException(PaintDotNet.Direct2D.Direct2DError error, string message) : this(error, message, null)
 {
 }
Esempio n. 3
0
 internal Direct2DException(PaintDotNet.Direct2D.Direct2DError error, string message, Exception innerException) : base(message, innerException, (int)error)
 {
 }
Esempio n. 4
0
 internal Direct2DException(PaintDotNet.Direct2D.Direct2DError error, Exception innerException) : this(error, null, innerException)
 {
 }