@minecraft
    正在准备搜索索引...

    类 ArgumentOutOfBoundsError

    此类错误表示调用的方法参数或待设置的属性超出允许的范围。

    This type of error is thrown when a parameter to a method or property is out of expected bounds.

    层级

    • Error
      • ArgumentOutOfBoundsError
    索引

    属性

    maxValue: number

    参数允许的最大值。

    Max expected value for the condition.

    message: string
    minValue: number

    参数允许的最小值。

    Min expected value for the condition.

    name: string
    stack?: string
    value: number

    传入参数的值。

    Passed-in value for the argument.

    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stackTraceLimit: number

    方法

    • Create .stack property on a target object

      参数

      • targetObject: object
      • 可选constructorOpt: Function

      返回 void