Class FontEmbeddingException

FontEmbeddingException class

The exception that is thrown when an attempt to embed font became failed

public sealed class FontEmbeddingException : ApplicationException

Constructors

NameDescription
FontEmbeddingException(Exception)Initializes a new instance of the FontEmbeddingException class with a reference to the inner exception that is the cause of this exception.
FontEmbeddingException(string)Initializes a new instance of the FontEmbeddingException class.
FontEmbeddingException(string, Exception)Initializes a new instance of the FontEmbeddingException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also