FontAgrumentException.FontAgrumentException

FontAgrumentException()

Initializes new FontAgrumentException object.

public FontAgrumentException()

See Also


FontAgrumentException(string)

Initializes new FontAgrumentException object.

public FontAgrumentException(string message)
ParameterTypeDescription
messageStringA message that describes the error.

See Also


FontAgrumentException(string, Exception)

Initializes new FontAgrumentException object.

public FontAgrumentException(string message, Exception innerException)
ParameterTypeDescription
messageStringA message that describes the error.
innerExceptionExceptionThe exception that is the cause of the current exception.

See Also


FontAgrumentException(SerializationInfo, StreamingContext)

Initializes new FontAgrumentException object.

public FontAgrumentException(SerializationInfo info, StreamingContext context)
ParameterTypeDescription
infoSerializationInfoThe object that holds the serialized object data.
contextStreamingContextThe contextual information about the source or destination.

See Also