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