Table of Contents

Constructor FontResolutionException

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

FontResolutionException()

Initializes the exception.

public FontResolutionException()

FontResolutionException(string)

Initializes the exception with a message.

public FontResolutionException(string message)

Parameters

message string

The error message.

FontResolutionException(string, string?)

Initializes the exception with a message and the unresolvable family name.

public FontResolutionException(string message, string? fontFamily)

Parameters

message string

The error message.

fontFamily string

The font family that could not be resolved.

FontResolutionException(string, string?, Exception?)

Initializes the exception with a message, a family name and an inner exception.

public FontResolutionException(string message, string? fontFamily, Exception? innerException)

Parameters

message string

The error message.

fontFamily string

The font family that could not be resolved.

innerException Exception

The underlying cause.