Welcome to Dream.In.Code
Getting C# Help is Easy!

Join 132,483 C# Programmers for FREE! Get instant access to thousands of C# experts, tutorials, code snippets, and more! There are 1,214 people online right now. Registration is fast and FREE... Join Now!




query

 
Reply to this topicStart new topic

query

pallavibansal84
post 28 May, 2008 - 02:54 AM
Post #1


New D.I.C Head

*
Joined: 28 May, 2008
Posts: 1

Hi,

I just want to knw .. what are the various FTP Exceptions in C# ..
This is urgent .. kindly help ..

Regards

This post has been edited by pallavibansal84: 28 May, 2008 - 03:46 AM
User is offlineProfile CardPM

Go to the top of the page

Thorian
post 29 May, 2008 - 11:25 AM
Post #2


Pirate Medic

Group Icon
Joined: 6 Jun, 2002
Posts: 5,736



Thanked 4 times

Dream Kudos: 275
My Contributions


Im sorry I dont know the answer to your question but I moved it to the C# forum so that way if somone that knows the answer in C# has a better chance of seeing it.
User is offlineProfile CardPM

Go to the top of the page

zakary
post 29 May, 2008 - 12:06 PM
Post #3


D.I.C Regular

Group Icon
Joined: 15 Feb, 2005
Posts: 401



Thanked 6 times

Dream Kudos: 175
My Contributions


there are several, you could have DNS exceptions Socket exceptions. there could be several more depending on the code. if you think your code will error out some where, use a try/catch to debug it and catch a basic exception
csharp

try
{
//do something
}
catch(Exception ex)
{
System.Windows.Forms.MessageBox.Show(ex.Message);
}


This post has been edited by zakary: 29 May, 2008 - 12:06 PM
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 11/22/08 03:23PM

Live C# Help!

C# Tutorials

Reference Sheets

C# Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month