FontConversionException.FontConversionException

FontConversionException()

Initializes new FontConversionException object.

public FontConversionException()

See Also


FontConversionException(string)

Initializes new FontConversionException object.

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

See Also


FontConversionException(string, Exception)

Initializes new FontConversionException object.

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

See Also


FontConversionException(SerializationInfo, StreamingContext)

Initializes new FontConversionException object.

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

See Also