C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Where is the news group for C#?
Is there a way to exit out of a try block in C#?
In VB.net I can do 'exit Try'. I don't know how to do that in C#.
 
Where can I find the login instruction for this group.
Is it web based or do I need a news reader?
 
Hi Arne,

It is a public news group, no login required.

If your local news server does not subscribe to the group, you can always
go to the original server for this group and all other official
microsoft-related groups at

msnews.microsoft.com

And yes, it is a news group, located on Usenet (nntp) so you need a news
reader. You can always use Internet Explorer which launches Outlook
Express when you enter this in the IE address field

nntp://msnews.microsoft.com

You may be able to access the news groups through a web based reader from

http://www.microsoft.com/communities/newsgroups/default.mspx

though a dedicated news reader is far better.

Then again, seeing as you already posted to the C# group, I guess you have
solved the problem.
 
Try:

break;

You can get to the C# groups at microsoft.public.dotnet.languages.csharp.
You should be able to find it on the same server you found this group on. If
not, you can aim your newsreader as msnews.microsoft.com or go to
http://msdn.microsoft.com/newsgroups and go to the languages section.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***********************************************
Think outside the box!
***********************************************
 
Back
Top