Table of Contents

Constructor NoFontException

Namespace
PaintDotNet.DirectWrite
Assembly
PaintDotNet.Windows.dll

NoFontException()

public NoFontException()

NoFontException(string?)

public NoFontException(string? message)

Parameters

message string

NoFontException(Exception?)

public NoFontException(Exception? innerException)

Parameters

innerException Exception

NoFontException(string?, Exception?)

public NoFontException(string? message, Exception? innerException)

Parameters

message string
innerException Exception