-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update file(s) "/." from "aspose-font/Aspose.Font-API-References"
- Loading branch information
1 parent
ad4673d
commit 16a9c0a
Showing
118 changed files
with
233 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
...aspose/font/english/net/aspose.font.exceptions/svgconversionexception/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: Class SvgConversionException | ||
second_title: Aspose.Font for .NET API Reference | ||
description: Aspose.Font.Exceptions.SvgConversionException class. Represents Font conversion exception. The exception can be thrown in case of errors during font conversion process | ||
type: docs | ||
weight: 140 | ||
url: /net/aspose.font.exceptions/svgconversionexception/ | ||
--- | ||
## SvgConversionException class | ||
|
||
Represents Font conversion exception. The exception can be thrown in case of errors during font conversion process. | ||
|
||
```csharp | ||
public class SvgConversionException : FontException | ||
``` | ||
|
||
## Constructors | ||
|
||
| Name | Description | | ||
| --- | --- | | ||
| [SvgConversionException](svgconversionexception/#constructor)() | Initializes new `SvgConversionException` object. | | ||
| [SvgConversionException](svgconversionexception/#constructor_2)(string) | Initializes new `SvgConversionException` object. | | ||
| [SvgConversionException](svgconversionexception/#constructor_1)(SerializationInfo, StreamingContext) | Initializes new `SvgConversionException` object. | | ||
| [SvgConversionException](svgconversionexception/#constructor_3)(string, Exception) | Initializes new `SvgConversionException` object. | | ||
|
||
### See Also | ||
|
||
* class [FontException](../fontexception/) | ||
* namespace [Aspose.Font.Exceptions](../../aspose.font.exceptions/) | ||
* assembly [Aspose.Font](../../) | ||
|
||
|
85 changes: 85 additions & 0 deletions
85
.../aspose.font.exceptions/svgconversionexception/svgconversionexception/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
--- | ||
title: SvgConversionException.SvgConversionException | ||
second_title: Aspose.Font for .NET API Reference | ||
description: SvgConversionException constructor. Initializes new SvgConversionException object | ||
type: docs | ||
weight: 10 | ||
url: /net/aspose.font.exceptions/svgconversionexception/svgconversionexception/ | ||
--- | ||
## SvgConversionException() {#constructor} | ||
|
||
Initializes new [`SvgConversionException`](../) object. | ||
|
||
```csharp | ||
public SvgConversionException() | ||
``` | ||
|
||
### See Also | ||
|
||
* class [SvgConversionException](../) | ||
* namespace [Aspose.Font.Exceptions](../../svgconversionexception/) | ||
* assembly [Aspose.Font](../../../) | ||
|
||
--- | ||
|
||
## SvgConversionException(string) {#constructor_2} | ||
|
||
Initializes new [`SvgConversionException`](../) object. | ||
|
||
```csharp | ||
public SvgConversionException(string message) | ||
``` | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| message | String | A message that describes the error. | | ||
|
||
### See Also | ||
|
||
* class [SvgConversionException](../) | ||
* namespace [Aspose.Font.Exceptions](../../svgconversionexception/) | ||
* assembly [Aspose.Font](../../../) | ||
|
||
--- | ||
|
||
## SvgConversionException(string, Exception) {#constructor_3} | ||
|
||
Initializes new [`SvgConversionException`](../) object. | ||
|
||
```csharp | ||
public SvgConversionException(string message, Exception innerException) | ||
``` | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| message | String | A message that describes the error. | | ||
| innerException | Exception | The exception that is the cause of the current exception. | | ||
|
||
### See Also | ||
|
||
* class [SvgConversionException](../) | ||
* namespace [Aspose.Font.Exceptions](../../svgconversionexception/) | ||
* assembly [Aspose.Font](../../../) | ||
|
||
--- | ||
|
||
## SvgConversionException(SerializationInfo, StreamingContext) {#constructor_1} | ||
|
||
Initializes new [`SvgConversionException`](../) object. | ||
|
||
```csharp | ||
public SvgConversionException(SerializationInfo info, StreamingContext context) | ||
``` | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| info | SerializationInfo | The object that holds the serialized object data. | | ||
| context | StreamingContext | The contextual information about the source or destination. | | ||
|
||
### See Also | ||
|
||
* class [SvgConversionException](../) | ||
* namespace [Aspose.Font.Exceptions](../../svgconversionexception/) | ||
* assembly [Aspose.Font](../../../) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.