AsposeArgumentOutOfRangeException

AsposeArgumentOutOfRangeException class

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

The AsposeArgumentOutOfRangeException type exposes the following members:

Constructors

NameDescription
AsposeArgumentOutOfRangeException()Initializes a new instance of the AsposeArgumentOutOfRangeException class.
AsposeArgumentOutOfRangeException(message)Initializes a new instance of the AsposeArgumentOutOfRangeException class
AsposeArgumentOutOfRangeException(format, parameters)Initializes a new instance of the AsposeArgumentOutOfRangeException class
AsposeArgumentOutOfRangeException(format, parameter)Initializes a new instance of the AsposeArgumentOutOfRangeException class
AsposeArgumentOutOfRangeException(message, param_name)Initializes a new instance of the AsposeArgumentOutOfRangeException class

Properties

NameDescription
param_nameParameter name
error_details

See Also