Skip to main content
Version: 1.0.0-preview.44

Velaptor.Content.Exceptions.FontException

Velaptor​

Velaptor.Content.Exceptions​

FontException Class​

Thrown when there is an issue loading fonts.

public sealed class FontException : System.Exception

Inheritance System.Object → System.Exception → FontException

Constructors​

FontException() Constructor​

Initializes a new instance of the FontException class.

public FontException();

FontException(string, Exception) Constructor​

Initializes a new instance of the FontException class.

public FontException(string message, System.Exception innerException);

Parameters​

message System.String

The message that describes the error.

innerException System.Exception

The System.Exception instance that caused the current exception.

FontException(string) Constructor​

Initializes a new instance of the FontException class.

public FontException(string message);

Parameters​

message System.String

The message that describes the error.