Class AsposeInvalidOperationException

AsposeInvalidOperationException class

Exception class for denoting an object was in a state that made calling a method illegal.

public class AsposeInvalidOperationException : AsposeException

Constructors

NameDescription
AsposeInvalidOperationException()Initializes a new instance of the AsposeInvalidOperationException class.
AsposeInvalidOperationException(string)Initializes a new instance of the AsposeInvalidOperationException class with a specified error message.
AsposeInvalidOperationException(string, Exception)Initializes a new instance of the AsposeInvalidOperationException class with a specified error message.
AsposeInvalidOperationException(string, params object[])Initializes a new instance of the AsposeInvalidOperationException class with a specified error message.
AsposeInvalidOperationException(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