Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.21 KB

argument-argumentname-must-be-greater-than-or-equal-to-zero-1.md

File metadata and controls

46 lines (37 loc) · 1.21 KB
title ms.date ms.prod ms.technology ms.topic f1_keywords ms.assetid caps.latest.revision author ms.author translation.priority.ht translation.priority.mt
Argument <argumentname> must be greater than or equal to zero
2015-07-20
.net
devlang-visual-basic
article
vbrArgument_GEZero1
6f54fdc6-e263-4b2f-a66f-f206f3a59818
8
dotnet-bot
dotnetcontent
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
cs-cz
pl-pl
pt-br
tr-tr

Argument <argumentname> must be greater than or equal to zero

An argument value is less than zero. Argument values must be greater than or equal to zero.

To correct this error

  1. Ensure that the argument's value is greater than or equal to zero.

  2. If the argument is supplied by a calculation, check the values being processed by the calculation.

See Also

Passing Arguments by Value and by Reference
Parameter Passing Mechanism for Visual Basic 6.0 Users