Skip to main content
Version: 1.0.0-preview.36

Velaptor.Content.Exceptions.CachingMetaDataException

Velaptor

Velaptor.Content.Exceptions

CachingMetaDataException Class

Thrown when there is an issue with processing metadata, when loading fonts during the caching process.

public sealed class CachingMetaDataException : System.Exception

Inheritance System.ObjectSystem.Exception → CachingMetaDataException

Constructors

CachingMetaDataException() Constructor

Initializes a new instance of the CachingMetaDataException class.

public CachingMetaDataException();

CachingMetaDataException(string, Exception) Constructor

Initializes a new instance of the CachingMetaDataException class.

public CachingMetaDataException(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.

CachingMetaDataException(string) Constructor

Initializes a new instance of the CachingMetaDataException class.

public CachingMetaDataException(string message);

Parameters

message System.String

The message that describes the error.