Table of Contents

Constructor TooManyFontDownloadsException

Namespace
PaintDotNet.DirectWrite
Assembly
PaintDotNet.Windows.dll

TooManyFontDownloadsException()

public TooManyFontDownloadsException()

TooManyFontDownloadsException(string?)

public TooManyFontDownloadsException(string? message)

Parameters

message string

TooManyFontDownloadsException(Exception?)

public TooManyFontDownloadsException(Exception? innerException)

Parameters

innerException Exception

TooManyFontDownloadsException(string?, Exception?)

public TooManyFontDownloadsException(string? message, Exception? innerException)

Parameters

message string
innerException Exception