Class FontMergeException

FontMergeException class

Represents Font merge exception. The exception may be thrown in case of errors while merging fonts.

public class FontMergeException : FontException

Constructors

NameDescription
FontMergeException()Initializes new FontMergeException object.
FontMergeException(string)Initializes new FontMergeException object.
FontMergeException(SerializationInfo, StreamingContext)Initializes new FontMergeException object.
FontMergeException(string, Exception)Initializes new FontMergeException object.

See Also