Velaptor.Content.Exceptions.LoadFontException
Velaptor
Velaptor.Content.Exceptions
LoadFontException Class
Thrown when there is an issue loading fonts.
public sealed class LoadFontException : System.Exception
Inheritance System.Object → System.Exception → LoadFontException
Constructors
LoadFontException() Constructor
Initializes a new instance of the LoadFontException class.
public LoadFontException();
LoadFontException(string, Exception) Constructor
Initializes a new instance of the LoadFontException class.
public LoadFontException(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.
LoadFontException(string) Constructor
Initializes a new instance of the LoadFontException class.
public LoadFontException(string message);
Parameters
message
System.String
The message that describes the error.