Class WoffFormatException

WoffFormatException class

Represents WOFF font processing related exception.

public class WoffFormatException : ApplicationException

Constructors

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

See Also