Re: How to catch all exceptions?
- From: "K Viltersten" <tmp1@xxxxxxxxxxxxxx>
- Date: Tue, 23 Sep 2008 07:57:24 +0200
process.StartInfo.UseShellExecute = false;
process.StartInfo.RedirectStandardError = true;
process.StartInfo.FileName = "c:\javaws.exe";
process.StartInfo.Arguments = options;
process.Start();
I've noticed also that when i logged
process.StartInfo.RedirectStandardError
process.StandardError.ToString())
i got "True" on the first one (as expected) but i
cause an error on the second one. The error message
is that the standard error has not been redirected.
What's up with that?!
--
Regards
Konrad Viltersten
----------------------------------------
May all spammers die an agonizing death;
have no burial places; their souls be
chased by demons in Gehenna from one room
to another for all eternity and beyond.
.
- Follow-Ups:
- Re: How to catch all exceptions?
- From: Peter Duniho
- Re: How to catch all exceptions?
- References:
- How to catch all exceptions?
- From: K Viltersten
- How to catch all exceptions?
- Prev by Date: WSE and transactions??
- Next by Date: RE: Reset DataContext on ComboBox
- Previous by thread: How to catch all exceptions?
- Next by thread: Re: How to catch all exceptions?
- Index(es):
Relevant Pages
|