Class SvgConversionException

SvgConversionException class

Represents Font conversion exception for SVG format. The exception can be thrown in case of errors during font conversion process.

public class SvgConversionException : FontException

Constructors

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

See Also