CffFontException

CffFontException()

Initierar nyCffFontException objekt.

public CffFontException()

Se även


CffFontException(string)

Initierar nyCffFontException objekt.

public CffFontException(string message)
ParameterTypBeskrivning
messageStringEtt meddelande som beskriver felet.

Se även


CffFontException(string, Exception)

Initierar nyCffFontException objekt.

public CffFontException(string message, Exception innerException)
ParameterTypBeskrivning
messageStringEtt meddelande som beskriver felet.
innerExceptionExceptionUndantaget som är orsaken till det aktuella undantaget.

Se även


CffFontException(SerializationInfo, StreamingContext)

Initierar nyCffFontException objekt.

public CffFontException(SerializationInfo info, StreamingContext context)
ParameterTypBeskrivning
infoSerializationInfoObjektet som innehåller serialiserade objektdata.
contextStreamingContextDen kontextuella informationen om källan eller destinationen.

Se även