CffFontException.CffFontException

CffFontException()

Initializes new CffFontException object.

public CffFontException()

See Also


CffFontException(string)

Initializes new CffFontException object.

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

See Also


CffFontException(string, Exception)

Initializes new CffFontException object.

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

See Also


CffFontException(SerializationInfo, StreamingContext)

Initializes new CffFontException object.

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

See Also