A
Arvind P Rangan
Hi,
I have a VB Class File on Any Error i want to send it to a
Web Error Page with the Error Description.
I am trying opening a web page through new :
New System.Diagnostics.Process()
'newprocess.Start
("http://localhost/errorpage.aspx?error=" & es.Message &
es.StackTrace)
but this is not working.
Can anyone help me out.
Thanks
ARvind.
I have a VB Class File on Any Error i want to send it to a
Web Error Page with the Error Description.
I am trying opening a web page through new :
New System.Diagnostics.Process()
'newprocess.Start
("http://localhost/errorpage.aspx?error=" & es.Message &
es.StackTrace)
but this is not working.
Can anyone help me out.
Thanks
ARvind.