Click here to Skip to main content
16,005,169 members
Home / Discussions / C#
   

C#

 
AnswerRe: Word cutting (not English) ? Pin
Heath Stewart28-Nov-04 21:20
protectorHeath Stewart28-Nov-04 21:20 
QuestionAnyone knows where can I get MSDN for VS2003? Pin
denniskang200428-Nov-04 15:38
denniskang200428-Nov-04 15:38 
AnswerRe: Anyone knows where can I get MSDN for VS2003? Pin
Heath Stewart28-Nov-04 21:18
protectorHeath Stewart28-Nov-04 21:18 
Generalhelp with simple file io Pin
tom_dx28-Nov-04 14:39
tom_dx28-Nov-04 14:39 
GeneralRe: help with simple file io Pin
Robin Panther28-Nov-04 16:17
Robin Panther28-Nov-04 16:17 
GeneralRe: help with simple file io Pin
tom_dx29-Nov-04 1:29
tom_dx29-Nov-04 1:29 
GeneralAsync web services and exceptions Pin
dabs28-Nov-04 14:20
dabs28-Nov-04 14:20 
GeneralRe: Async web services and exceptions Pin
Heath Stewart28-Nov-04 21:11
protectorHeath Stewart28-Nov-04 21:11 
The "easy way out" is to handle the AppDomain.UnhandledException event using AppDomain.CurrentDomain. This allows you to - as the event is aptly named - handle exceptions that were not explicitly handled.

The correct way is to do a little debugging. That's just part of development. Off hand, I'd say that your callback method - if you declared one - would catch such an exception. A SoapException is, after all, just another response that is formatted differently. The exception would also most likely be thrown from the thread and in the method where you called BeginMethod.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Async web services and exceptions Pin
dabs29-Nov-04 0:47
dabs29-Nov-04 0:47 
GeneralRe: Async web services and exceptions Pin
Heath Stewart29-Nov-04 7:30
protectorHeath Stewart29-Nov-04 7:30 
GeneralRe: Async web services and exceptions Pin
Daniel Turini28-Nov-04 22:23
Daniel Turini28-Nov-04 22:23 
GeneralRe: Async web services and exceptions Pin
dabs29-Nov-04 0:52
dabs29-Nov-04 0:52 
Questionhow to use the listview.. Pin
tom_dx28-Nov-04 13:24
tom_dx28-Nov-04 13:24 
AnswerRe: how to use the listview.. Pin
Robin Panther28-Nov-04 16:14
Robin Panther28-Nov-04 16:14 
GeneralC# Data Access Pin
John L. DeVito28-Nov-04 12:11
professionalJohn L. DeVito28-Nov-04 12:11 
GeneralRe: C# Data Access Pin
rslosberg28-Nov-04 12:20
rslosberg28-Nov-04 12:20 
GeneralRe: C# Data Access Pin
Robin Panther28-Nov-04 16:10
Robin Panther28-Nov-04 16:10 
GeneralImplementing IBindingListView.Filter Pin
rslosberg28-Nov-04 12:01
rslosberg28-Nov-04 12:01 
GeneralRe: Implementing IBindingListView.Filter Pin
Heath Stewart28-Nov-04 21:02
protectorHeath Stewart28-Nov-04 21:02 
Generalimprove button appearence Pin
new_eng_0728-Nov-04 10:27
new_eng_0728-Nov-04 10:27 
GeneralRe: improve button appearence Pin
DavidNohejl28-Nov-04 11:06
DavidNohejl28-Nov-04 11:06 
GeneralRe: improve button appearence Pin
new_eng_0728-Nov-04 11:37
new_eng_0728-Nov-04 11:37 
GeneralC # datagrid combo box Pin
imranmarwat28-Nov-04 10:22
imranmarwat28-Nov-04 10:22 
GeneralLinkButton Pin
ruifernandes2428-Nov-04 9:30
ruifernandes2428-Nov-04 9:30 
GeneralRe: LinkButton Pin
Luis Alonso Ramos28-Nov-04 10:02
Luis Alonso Ramos28-Nov-04 10:02 

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.