|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
What does this mean?Iam a newbie. What does this error message mean?
A first chance exception of type 'System.ArgumentException' occurred in Microsoft.VisualBasic.dll <Jo***@aol.com> schrieb:
> Iam a newbie. What does this error message mean? Where does the exception occur? The exception is typically thrown when you > > A first chance exception of type 'System.ArgumentException' occurred > in Microsoft.VisualBasic.dll are passing an invalid value to a method/"function". -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/> Jo***@aol.com wrote:
> A first chance exception of type 'System.ArgumentException' occurred Does the program continue to run, or does it jump into one of your > in Microsoft.VisualBasic.dll Exception handlers? If it's the former, then the IDE is probably watching for *any* exception, handled or not, and telling you about it. So long as the program continues normally, you probably shouldn't worry about it. If it's the latter, examine the StackTrace in the Exception object, looking for the last line of your code that executed before it rambled off into the Visual Basic dll. That will be the line of code that's causing the problem. HTH, Phill W. Hey Jorge,
It would help if you posted the offending code... On Fri, 01 Dec 2006 07:05:16 -0500, Jo***@aol.com wrote: >Iam a newbie. What does this error message mean? --> >A first chance exception of type 'System.ArgumentException' occurred >in Microsoft.VisualBasic.dll Bits.Bytes. http://bytes.thinkersroom.com
Offline application for reporting and collect data
Email Socket Question Fastest String search Report Viewer Asynchronous thread abort error Combo box to start at first character after user selects Find Window Question Problems reading a text file in VB 6.0 Access and SQL server update vbc : Command line (0,0) : error BC2006: option 'r' requires':<file_list>' Transferring Data to a Website |
|||||||||||||||||||||||