MissingDependencyException

MissingDependencyException class

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

Constructors

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

Properties

Name Description
AssemblyName { get; } The simple name of the assembly that could not be loaded, or null when it could not be determined.

Methods

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.

See Also