internal DxgiException(PaintDotNet.Dxgi.DxgiError error) : this(error, null, null) { }
internal DxgiException(PaintDotNet.Dxgi.DxgiError error, string message) : this(error, message, null) { }
internal DxgiException(PaintDotNet.Dxgi.DxgiError error, string message, Exception innerException) : base(message, innerException, (int)error) { }
internal DxgiException(PaintDotNet.Dxgi.DxgiError error, Exception innerException) : this(error, null, innerException) { }