Constructor FontResolutionException
FontResolutionException()
Initializes the exception.
public FontResolutionException()
FontResolutionException(string)
Initializes the exception with a message.
public FontResolutionException(string message)
Parameters
messagestringThe error message.
FontResolutionException(string, string?)
Initializes the exception with a message and the unresolvable family name.
public FontResolutionException(string message, string? fontFamily)
Parameters
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)