Table of Contents

Constructor FontDownloadFailedException

Namespace
PaintDotNet.DirectWrite
Assembly
PaintDotNet.Windows.dll

FontDownloadFailedException()

public FontDownloadFailedException()

FontDownloadFailedException(string?)

public FontDownloadFailedException(string? message)

Parameters

message string

FontDownloadFailedException(Exception?)

public FontDownloadFailedException(Exception? innerException)

Parameters

innerException Exception

FontDownloadFailedException(string?, Exception?)

public FontDownloadFailedException(string? message, Exception? innerException)

Parameters

message string
innerException Exception