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