示例#1
0
 internal DxgiException(PaintDotNet.Dxgi.DxgiError error) : this(error, null, null)
 {
 }
示例#2
0
 internal DxgiException(PaintDotNet.Dxgi.DxgiError error, string message) : this(error, message, null)
 {
 }
示例#3
0
 internal DxgiException(PaintDotNet.Dxgi.DxgiError error, string message, Exception innerException) : base(message, innerException, (int)error)
 {
 }
示例#4
0
 internal DxgiException(PaintDotNet.Dxgi.DxgiError error, Exception innerException) : this(error, null, innerException)
 {
 }