Class
NotSupportedFontFamilyException

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

Definition

Constructors

NotSupportedFontFamilyException()

Initializes a new instance of the NotSupportedFontFamilyException class.

Declaration

cs-api-definition
public NotSupportedFontFamilyException()

NotSupportedFontFamilyException(SerializationInfo, StreamingContext)

Initializes a new instance of the NotSupportedFontFamilyException class.

Declaration

cs-api-definition
protected NotSupportedFontFamilyException(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

The info.

context

StreamingContext

The context.

NotSupportedFontFamilyException(string)

Initializes a new instance of the NotSupportedFontFamilyException class.

Declaration

cs-api-definition
public NotSupportedFontFamilyException(string message)

Parameters

message

string

The message.

NotSupportedFontFamilyException(string, Exception)

Initializes a new instance of the NotSupportedFontFamilyException class.

Declaration

cs-api-definition
public NotSupportedFontFamilyException(string message, Exception cause)

Parameters

message

string

The message.

cause

Exception

The cause.