Class CffParsingException

CffParsingException class

Represents parse exception for fonts of cff format. The exception can be thrown in case errors during font parsing process

public class CffParsingException : CffFontException

Constructors

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

See Also