Class AsposeNotSupportedException

AsposeNotSupportedException class

The exception that is thrown when an invoked method or parameter is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.

public class AsposeNotSupportedException : AsposeException

Constructors

NameDescription
AsposeNotSupportedException()Initializes a new instance of the AsposeNotSupportedException class.
AsposeNotSupportedException(Exception)
AsposeNotSupportedException(string)Initializes a new instance of the AsposeNotSupportedException class with a specified error message.
AsposeNotSupportedException(string, Exception)Initializes a new instance of the AsposeNotSupportedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
AsposeNotSupportedException(string, params object[])Initializes a new instance of the AsposeArgumentOutOfRangeException class with a specified error message.
AsposeNotSupportedException(string, string)

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