New to Telerik UI for WinFormsStart a free 30-day trial

Thrown when the specified font family cannot be resolved or is not supported by the processing engine.

Definition

Constructors

Initializes a new instance of the NotSupportedFontFamilyException class.

C#
public NotSupportedFontFamilyException()

Initializes a new instance of the NotSupportedFontFamilyException class.

C#
protected NotSupportedFontFamilyException(SerializationInfo info, StreamingContext context)
Parameters:infoSerializationInfo

The info.

contextStreamingContext

The context.

Initializes a new instance of the NotSupportedFontFamilyException class.

C#
public NotSupportedFontFamilyException(string message, Exception cause)
Parameters:messagestring

The message.

causeException

The cause.

Initializes a new instance of the NotSupportedFontFamilyException class.

C#
public NotSupportedFontFamilyException(string message)
Parameters:messagestring

The message.