Constructor BitmapCannotDrawException
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
BitmapCannotDrawException()
public BitmapCannotDrawException()
BitmapCannotDrawException(string?)
public BitmapCannotDrawException(string? message)
Parameters
message
string
BitmapCannotDrawException(Exception?)
public BitmapCannotDrawException(Exception? innerException)
Parameters
innerException
Exception
BitmapCannotDrawException(string?, Exception?)
public BitmapCannotDrawException(string? message, Exception? innerException)
Parameters
message
string
innerException
Exception