FontCreationException
Innehåll
[
Dölj
]FontCreationException()
Initierar nyFontCreationException
objekt.
public FontCreationException()
Se även
- class FontCreationException
- namnutrymme Aspose.Font.Exceptions
- hopsättning Aspose.Font
FontCreationException(string)
Initierar nyFontCreationException
objekt.
public FontCreationException(string message)
Parameter | Typ | Beskrivning |
---|---|---|
message | String | Ett meddelande som beskriver felet. |
Se även
- class FontCreationException
- namnutrymme Aspose.Font.Exceptions
- hopsättning Aspose.Font
FontCreationException(string, Exception)
Initierar nyFontCreationException
objekt.
public FontCreationException(string message, Exception innerException)
Parameter | Typ | Beskrivning |
---|---|---|
message | String | Ett meddelande som beskriver felet. |
innerException | Exception | Undantaget som är orsaken till det aktuella undantaget. |
Se även
- class FontCreationException
- namnutrymme Aspose.Font.Exceptions
- hopsättning Aspose.Font
FontCreationException(SerializationInfo, StreamingContext)
Initierar nyFontCreationException
objekt.
public FontCreationException(SerializationInfo info, StreamingContext context)
Parameter | Typ | Beskrivning |
---|---|---|
info | SerializationInfo | Objektet som innehåller serialiserade objektdata. |
context | StreamingContext | Den kontextuella informationen om källan eller destinationen. |
Se även
- class FontCreationException
- namnutrymme Aspose.Font.Exceptions
- hopsättning Aspose.Font