Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.13 KB

argument-argumentname-is-nothing-or-empty.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>' is Nothing or empty
2015-07-20
.net
devlang-visual-basic
article
vbrArgument_PathNullOrEmpty1
4a742518-30ce-4054-b1bb-df6978f15c06
9
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>' is Nothing or empty

An argument name is not valid because it is initialized to Nothing or is empty. An argument must have a specific data type and a valid name.

To correct this error

  • Add a valid argument name.

See Also

My.Application.Info.DirectoryPath Property
How to: Parse File Paths
Nothing