Skip to content

Commit a995be2

Browse files
author
yevgen-nykytenko
committed
Update content 2025-08-31 10:18:52
1 parent 7e2b08e commit a995be2

File tree

240 files changed

+674
-243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+674
-243
lines changed

english/net/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 10
55
url: /net/
66
description: GroupDocs.Conversion for .NET API References contain examples, code snippets, and API documentation. It provides namespaces, classes, interfaces, and other API details.
77
is_root: true
8-
version: "25.7"
8+
version: "25.8"
99
---
1010

1111
## Namespaces

english/net/groupdocs.conversion.exceptions/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The namespace provides different exceptions classes.
2222
| [IncorrectPasswordException](./incorrectpasswordexception) | GroupDocs exception thrown when the file is password protected, password is provided but is incorrect |
2323
| [InvalidConverterSettingsException](./invalidconvertersettingsexception) | Thrown if provided converter settings are invalid |
2424
| [InvalidConvertOptionsException](./invalidconvertoptionsexception) | Thrown if provided convert options are invalid |
25+
| [InvalidLoadOptionsException](./invalidloadoptionsexception) | Thrown if provided load options are invalid |
2526
| [PasswordRequiredException](./passwordrequiredexception) | GroupDocs exception thrown when the file is password protected and password is not provided |
2627
| [SourceDocumentFactoryNotProvidedException](./sourcedocumentfactorynotprovidedexception) | GroupDocs exception thrown when the source document factory is not provided |
2728

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: InvalidLoadOptionsException
3+
second_title: GroupDocs.Conversion for .NET API Reference
4+
description: Thrown if provided load options are invalid
5+
type: docs
6+
weight: 930
7+
url: /net/groupdocs.conversion.exceptions/invalidloadoptionsexception/
8+
---
9+
## InvalidLoadOptionsException class
10+
11+
Thrown if provided load options are invalid
12+
13+
```csharp
14+
public sealed class InvalidLoadOptionsException : GroupDocsConversionException
15+
```
16+
17+
## Constructors
18+
19+
| Name | Description |
20+
| --- | --- |
21+
| [InvalidLoadOptionsException](invalidloadoptionsexception#constructor)() | Default constructor |
22+
| [InvalidLoadOptionsException](invalidloadoptionsexception#constructor_1)(string) | Creates an exception with a specific message |
23+
24+
### See Also
25+
26+
* class [GroupDocsConversionException](../groupdocsconversionexception)
27+
* namespace [GroupDocs.Conversion.Exceptions](../../groupdocs.conversion.exceptions)
28+
* assembly [GroupDocs.Conversion](../../)
29+
30+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.conversion.dll -->
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: InvalidLoadOptionsException
3+
second_title: GroupDocs.Conversion for .NET API Reference
4+
description: Default constructor
5+
type: docs
6+
weight: 10
7+
url: /net/groupdocs.conversion.exceptions/invalidloadoptionsexception/invalidloadoptionsexception/
8+
---
9+
## InvalidLoadOptionsException() {#constructor}
10+
11+
Default constructor
12+
13+
```csharp
14+
public InvalidLoadOptionsException()
15+
```
16+
17+
### See Also
18+
19+
* class [InvalidLoadOptionsException](../../invalidloadoptionsexception)
20+
* namespace [GroupDocs.Conversion.Exceptions](../../../groupdocs.conversion.exceptions)
21+
* assembly [GroupDocs.Conversion](../../../)
22+
23+
---
24+
25+
## InvalidLoadOptionsException(string) {#constructor_1}
26+
27+
Creates an exception with a specific message
28+
29+
```csharp
30+
public InvalidLoadOptionsException(string message)
31+
```
32+
33+
| Parameter | Type | Description |
34+
| --- | --- | --- |
35+
| message | String | The message |
36+
37+
### See Also
38+
39+
* class [InvalidLoadOptionsException](../../invalidloadoptionsexception)
40+
* namespace [GroupDocs.Conversion.Exceptions](../../../groupdocs.conversion.exceptions)
41+
* assembly [GroupDocs.Conversion](../../../)
42+
43+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.conversion.dll -->

english/net/groupdocs.conversion.exceptions/passwordrequiredexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: PasswordRequiredException
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: GroupDocs exception thrown when the file is password protected and password is not provided
55
type: docs
6-
weight: 930
6+
weight: 940
77
url: /net/groupdocs.conversion.exceptions/passwordrequiredexception/
88
---
99
## PasswordRequiredException class

english/net/groupdocs.conversion.exceptions/sourcedocumentfactorynotprovidedexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: SourceDocumentFactoryNotProvidedException
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: GroupDocs exception thrown when the source document factory is not provided
55
type: docs
6-
weight: 940
6+
weight: 950
77
url: /net/groupdocs.conversion.exceptions/sourcedocumentfactorynotprovidedexception/
88
---
99
## SourceDocumentFactoryNotProvidedException class

english/net/groupdocs.conversion.filetypes/audiofiletype/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: AudioFileType
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Defines Audio documents Includes the following types Mp3./audiofiletype/mp3 Aac./audiofiletype/aac Aiff./audiofiletype/aiff Flac./audiofiletype/flac M4a./audiofiletype/m4a Wma./audiofiletype/wma Ac3./audiofiletype/ac3 Ogg./audiofiletype/ogg Wav./audiofiletype/wav Learn more about audio formats herehttps//docs.fileformat.com/audio/.
55
type: docs
6-
weight: 950
6+
weight: 960
77
url: /net/groupdocs.conversion.filetypes/audiofiletype/
88
---
99
## AudioFileType class

english/net/groupdocs.conversion.filetypes/cadfiletype/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CadFileType
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Defines CAD documents Computer Aided Design that are used for a 3D graphics file formats and may contain 2D or 3D designs. Includes the following types Cf2./cadfiletype/cf2Dgn./cadfiletype/dgn Dwf./cadfiletype/dwf Dwfx./cadfiletype/dwfxDwg./cadfiletype/dwg Dwt./cadfiletype/dwt Dxf./cadfiletype/dxf Ifc./cadfiletype/ifc Igs./cadfiletype/igs Plt./cadfiletype/plt Stl./cadfiletype/stl. Learn more about CAD formats herehttps//wiki.fileformat.com/cad.
55
type: docs
6-
weight: 960
6+
weight: 970
77
url: /net/groupdocs.conversion.filetypes/cadfiletype/
88
---
99
## CadFileType class

english/net/groupdocs.conversion.filetypes/compressionfiletype/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CompressionFileType
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Defines compression formats. Includes the following file types Zip./compressionfiletype/zip. Rar./compressionfiletype/rar. SevenZ./compressionfiletype/sevenz. Tar./compressionfiletype/tar. Gz./compressionfiletype/gz. Gzip./compressionfiletype/gzip. Bz2./compressionfiletype/bz2. Lz./compressionfiletype/lz. Z./compressionfiletype/z. Xz./compressionfiletype/xz. Xz./compressionfiletype/xz. Cpio./compressionfiletype/cpio. Cab./compressionfiletype/cab. Lzma./compressionfiletype/lzma. Zst./compressionfiletype/zst. Uue./compressionfiletype/uue. Lha./compressionfiletype/lha. Lz4./compressionfiletype/lz4. Learn more about compression formats herehttps//docs.fileformat.com/compression/.
55
type: docs
6-
weight: 970
6+
weight: 980
77
url: /net/groupdocs.conversion.filetypes/compressionfiletype/
88
---
99
## CompressionFileType class

english/net/groupdocs.conversion.filetypes/databasefiletype/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: DatabaseFileType
33
second_title: GroupDocs.Conversion for .NET API Reference
44
description: Defines database documents. Includes the following file types Nsf./databasefiletype/nsfLog./databasefiletype/logSql./databasefiletype/sql
55
type: docs
6-
weight: 980
6+
weight: 990
77
url: /net/groupdocs.conversion.filetypes/databasefiletype/
88
---
99
## DatabaseFileType class

0 commit comments

Comments
 (0)