FontCreationException
FontCreationException()
初始化新的FontCreationException
对象.
public FontCreationException()
也可以看看
- class FontCreationException
- 命名空间 Aspose.Font.Exceptions
- 部件 Aspose.Font
FontCreationException(string)
初始化新的FontCreationException
对象.
public FontCreationException(string message)
范围 | 类型 | 描述 |
---|---|---|
message | String | 描述错误的消息。 |
也可以看看
- class FontCreationException
- 命名空间 Aspose.Font.Exceptions
- 部件 Aspose.Font
FontCreationException(string, Exception)
初始化新的FontCreationException
对象.
public FontCreationException(string message, Exception innerException)
范围 | 类型 | 描述 |
---|---|---|
message | String | 描述错误的消息。 |
innerException | Exception | 导致当前异常的异常。 |
也可以看看
- class FontCreationException
- 命名空间 Aspose.Font.Exceptions
- 部件 Aspose.Font
FontCreationException(SerializationInfo, StreamingContext)
初始化新的FontCreationException
对象.
public FontCreationException(SerializationInfo info, StreamingContext context)
范围 | 类型 | 描述 |
---|---|---|
info | SerializationInfo | 保存序列化对象数据的对象。 |
context | StreamingContext | 有关源或目标的上下文信息。 |
也可以看看
- class FontCreationException
- 命名空间 Aspose.Font.Exceptions
- 部件 Aspose.Font