Class FontAgrumentException

FontAgrumentException class

Represents Font argument exception. The exception can be thrown in case improper agrument usages.

public class FontAgrumentException : FontException

Constructors

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

See Also