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