Click here to Skip to main content
16,014,637 members
Home / Discussions / C#
   

C#

 
General64bit Pin
Dimitris Iliopoulos24-May-04 7:54
Dimitris Iliopoulos24-May-04 7:54 
GeneralRe: 64bit Pin
Marc Clifton24-May-04 8:10
mvaMarc Clifton24-May-04 8:10 
GeneralRe: 64bit Pin
Dave Kreskowiak24-May-04 8:22
mveDave Kreskowiak24-May-04 8:22 
GeneralRe: 64bit Pin
leppie24-May-04 11:04
leppie24-May-04 11:04 
GeneralCalling a Web Service Pin
MrJJKoolJ24-May-04 7:44
MrJJKoolJ24-May-04 7:44 
GeneralRe: Calling a Web Service Pin
Dave Kreskowiak24-May-04 8:07
mveDave Kreskowiak24-May-04 8:07 
GeneralRe: Calling a Web Service Pin
MrJJKoolJ24-May-04 8:18
MrJJKoolJ24-May-04 8:18 
GeneralRe: Calling a Web Service Pin
Dave Kreskowiak24-May-04 8:33
mveDave Kreskowiak24-May-04 8:33 
Sorry, it's ArgumentOutOfRangeException and it derives as follows:
System.Exception.SystemException.ArgumentException.ArgumentOutOfRangeException

or just:
System.ArgumentOutOfRangeException

for short.

BTW: That's not the only Argument exception that can be thrown and writing seperate exception handlers for each and every class is VERY inefficient. You might want to handle entire classes of exceptions such as SoapException covers all SOAP failures with the body of the SOAP message. SoapHeaderException covers all those in parsing the SOAP header. Like I said, there a BUNCH of exceptions that can be thrown and handling all of them is not necessarily a good idea. You might want to read this[^] article on MSDN for an idea of how to handle unexpected failures.


RageInTheMachine9532
"...a pungent, gastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralProperties and ArrayLists Pin
morph3us24-May-04 6:13
morph3us24-May-04 6:13 
GeneralRe: Properties and ArrayLists Pin
CWIZO24-May-04 6:37
CWIZO24-May-04 6:37 
GeneralRe: Properties and ArrayLists Pin
morph3us24-May-04 6:49
morph3us24-May-04 6:49 
GeneralRe: Properties and ArrayLists Pin
Marc Clifton24-May-04 8:00
mvaMarc Clifton24-May-04 8:00 
GeneralRe: Properties and ArrayLists Pin
leppie24-May-04 11:21
leppie24-May-04 11:21 
GeneralRe: Properties and ArrayLists Pin
Jeremy Kimball24-May-04 8:12
Jeremy Kimball24-May-04 8:12 
GeneralRe: Properties and ArrayLists Pin
Werdna25-May-04 3:46
Werdna25-May-04 3:46 
QuestionHow to get access database tables count and name in c#? Pin
Old Gun24-May-04 5:36
Old Gun24-May-04 5:36 
AnswerRe: How to get access database tables count and name in c#? Pin
Heath Stewart24-May-04 6:13
protectorHeath Stewart24-May-04 6:13 
GeneralRe: How to get access database tables count and name in c#? Pin
Old Gun24-May-04 15:55
Old Gun24-May-04 15:55 
Generalconst parameters in c# Pin
Joel Holdsworth24-May-04 4:36
Joel Holdsworth24-May-04 4:36 
GeneralRe: const parameters in c# Pin
Heath Stewart24-May-04 4:47
protectorHeath Stewart24-May-04 4:47 
GeneralRe: const parameters in c# Pin
Joel Holdsworth24-May-04 4:53
Joel Holdsworth24-May-04 4:53 
GeneralRe: const parameters in c# Pin
Heath Stewart24-May-04 4:59
protectorHeath Stewart24-May-04 4:59 
GeneralRe: const parameters in c# Pin
Joel Holdsworth24-May-04 5:03
Joel Holdsworth24-May-04 5:03 
GeneralRe: const parameters in c# Pin
leppie24-May-04 11:13
leppie24-May-04 11:13 
GeneralRe: const parameters in c# Pin
Baris Kurtlutepe26-May-04 9:51
Baris Kurtlutepe26-May-04 9:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.