FontException.FontException

FontException()

Initializes new FontException object.

public FontException()

See Also


FontException(string)

Initializes new FontException object.

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

See Also


FontException(string, Exception)

Initializes new FontException object.

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

See Also


FontException(SerializationInfo, StreamingContext)

Initializes new FontException object.

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

See Also