ArgumentOutOfRangeException constructor

ArgumentOutOfRangeException(
  1. dynamic message, {
  2. GrpcError? cause,
})

Constructs a new instance of ArgumentOutOfRangeException from given cause

Implementation

ArgumentOutOfRangeException(this.message, {this.cause});