473,499 Members | 1,562 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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
Dec 1 '06 #1
4 2707
<Jo***@aol.comschrieb:
Iam a newbie. What does this error message mean?

A first chance exception of type 'System.ArgumentException' occurred
in Microsoft.VisualBasic.dll
Where does the exception occur? The exception is typically thrown when you
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/>

Dec 1 '06 #2
Jo***@aol.com wrote:
A first chance exception of type 'System.ArgumentException' occurred
in Microsoft.VisualBasic.dll
Does the program continue to run, or does it jump into one of your
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.
Dec 1 '06 #3
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
Dec 1 '06 #4
it would help if you took your C# advertising and shoved them up your
ass

THERE IS NO RAD IN C#

-Aaron
Rad [Visual C# MVP] wrote:
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
Dec 1 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

125
14536
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
3
29660
by: Jukka K. Korpela | last post by:
I have noticed that the meaning of visibility: collapse has been discussed on different forums, but with no consensus on what it really means. Besides, implementations differ. The specification...
86
7677
by: Michael Kalina | last post by:
Because when I asked for comments on my site-design (Remember? My site, your opinion!) some of you told me never to change anything on font-sizes! What do you guys think of that:...
44
4119
by: lester | last post by:
a pre-beginner's question: what is the pros and cons of .net, compared to ++ I am wondering what can I get if I continue to learn C# after I have learned C --> C++ --> C# ?? I think there...
2
10192
by: Steve Richter | last post by:
What does the "." mean in the following sql script stmts? use GO if exists (select * from dbo.sysobjects where id = object_id(N'.') and OBJECTPROPERTY(id,N'IsUserTable') = 1) drop table ....
121
9898
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode...
51
4447
by: jacob navia | last post by:
I would like to add at the beginning of the C tutorial I am writing a short blurb about what "types" are. I came up with the following text. Please can you comment? Did I miss something? Is...
1
8725
by: Frank Rizzo | last post by:
Some of the classes in the framework are marked as thread-safe in the documentation. In particular the docs say the following: "Any public static (*Shared* in Visual Basic) members of this type...
13
4996
by: Jason Huang | last post by:
Hi, Would someone explain the following coding more detail for me? What's the ( ) for? CurrentText = (TextBox)e.Item.Cells.Controls; Thanks. Jason
9
550
by: JoeC | last post by:
m_iWidth = (int)pBitmapInfo->bmiHeader.biWidth; m_iHeight = (int)pBitmapInfo->bmiHeader.biHeight; What does this mean? I have seen v=&var->member.thing; but what does it mean when you...
0
7130
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7007
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7171
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7220
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6893
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5468
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4918
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4599
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3098
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.