Class AsposeArgumentOutOfRangeException

AsposeArgumentOutOfRangeException class

The exception that is thrown when one of the arguments provided to a method is out of range.

public class AsposeArgumentOutOfRangeException : AsposeException

Constructors

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

Properties

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

Methods

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

See Also