Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.13 KB

argument-argumentname-cannot-be-an-empty-string-or-nothing.md

File metadata and controls

45 lines (37 loc) · 1.13 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> cannot be an empty string or Nothing
2015-07-20
.net
devlang-visual-basic
article
vbrGeneral_ArgumentEmptyOrNothing_Name
2c458944-1bdf-4ea7-9caf-560ca7582cc0
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> cannot be an empty string or Nothing

The argument requires a value other than an empty string ("") or Nothing. This may be a result of incorrectly calculating the value.

To correct this error

  • Supply a valid value for the argument.

See Also

Error Types
Nothing
Troubleshooting Exceptions: System.NullReferenceException