Table of Contents

Constructor FontCacheFormatException

Namespace
PaintDotNet.DirectWrite
Assembly
PaintDotNet.Windows.dll

FontCacheFormatException()

public FontCacheFormatException()

FontCacheFormatException(string?)

public FontCacheFormatException(string? message)

Parameters

message string

FontCacheFormatException(Exception?)

public FontCacheFormatException(Exception? innerException)

Parameters

innerException Exception

FontCacheFormatException(string?, Exception?)

public FontCacheFormatException(string? message, Exception? innerException)

Parameters

message string
innerException Exception