MissingDependencyException
Leave feedback
On this page
GroupDocs exception thrown when a conversion cannot run because an assembly it depends on is not present in the application’s output. The document is not at fault.
public sealed class MissingDependencyException : GroupDocsConversionException
| Name | Description |
|---|---|
| MissingDependencyException() | Default constructor |
| MissingDependencyException(string) | Creates an exception instance with a message |
| MissingDependencyException(string, Exception) | Creates an exception instance with a message and propagates the inner exception |
| MissingDependencyException(string, string, Exception) | Creates an exception instance naming the assembly that could not be loaded |
| Name | Description |
|---|---|
| AssemblyName { get; } | The simple name of the assembly that could not be loaded, or null when it could not be determined. |
| Name | Description |
|---|---|
| override GetObjectData(SerializationInfo, StreamingContext) | Populates the serialization info with the data needed to recreate this exception, including the name of the assembly that could not be loaded. |
- class GroupDocsConversionException
- namespace GroupDocs.Conversion.Exceptions
- assembly GroupDocs.Conversion
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.