Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual Basic
Error Messages
Compiler Messages
 Named argument expected
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual Basic Reference: Error Messages 
Named argument expected 

An argument list in a procedure call passes an argument by name and then an argument by position. All positional arguments must precede any argument passed by name in a procedure call.

Error ID: BC30241

To correct this error

  • Rewrite the argument list to place arguments passed by position ahead of arguments passed by name.

See Also

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker