AsposeArgumentOutOfRangeException.AsposeArgumentOutOfRangeException

AsposeArgumentOutOfRangeException()

Initializes a new instance of the AsposeArgumentOutOfRangeException class.

public AsposeArgumentOutOfRangeException()

See Also


AsposeArgumentOutOfRangeException(string)

Initializes a new instance of the AsposeArgumentOutOfRangeException class with a specified error message.

public AsposeArgumentOutOfRangeException(string message)
ParameterTypeDescription
messageStringThe message that describes the error.

See Also


AsposeArgumentOutOfRangeException(string, params object[])

Initializes a new instance of the AsposeArgumentOutOfRangeException class with a specified error message.

public AsposeArgumentOutOfRangeException(string format, params object[] parameters)
ParameterTypeDescription
formatStringMessage format
parametersObject[]Format parameters

See Also


AsposeArgumentOutOfRangeException(string, int)

public AsposeArgumentOutOfRangeException(string format, int parameter)

See Also


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.

public AsposeArgumentOutOfRangeException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe error message that explains the reason for the exception.
innerExceptionExceptionThe exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

See Also


AsposeArgumentOutOfRangeException(string, string)

public AsposeArgumentOutOfRangeException(string message, string paramName)
ParameterTypeDescription
messageString
paramNameString

See Also


AsposeArgumentOutOfRangeException(Exception)

Initializes a new instance of the AsposeArgumentOutOfRangeException class with a reference to the inner exception that is the cause of this exception.

public AsposeArgumentOutOfRangeException(Exception innerException)
ParameterTypeDescription
innerExceptionExceptionThe exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

See Also