Class FormatNotSupportedException

FormatNotSupportedException class

Exception that is thrown during document load, when the document format is not recognized or not supported by the component.

public class FormatNotSupportedException : AsposeException

Constructors

NameDescription
FormatNotSupportedException()Initializes a new instance of the FormatNotSupportedException class.
FormatNotSupportedException(string)Initializes a new instance of the FormatNotSupportedException class with a specified error message.
FormatNotSupportedException(string, Exception)Initializes a new instance of the FormatNotSupportedException class with a specified error message.

Properties

NameDescription
ErrorDetails { get; }Gets extra information aboout error
override Message { get; }Gets a message that describes the current exception.

Methods

NameDescription
override ToString()Returns a string that represents the current object.

See Also