thho
(Thho)
June 15, 2020, 3:50am
1
I am trying to catch the exception 0xE0434352 but it seems that try-catch activity cannot cater 0xE0434352.
My workflow is that I use Excel Application Scope and read range function to extract 1 millions rows data in excel. I know that exception will appear so I would like to handle it.
Srini84
(Srinivas Kadamati)
June 15, 2020, 4:51am
2
@thho
Can you share me the error screenshot if possible with logs
for 1 millions rows, you better use excel it as a connection string
for details check below post
Hi,
Is SQL installation must in the system for an excel to connect with database?
If not, how to find the server name in the connection properties.
and what to give the provider name in the property panel?
[Capture2] [Capture1]
Hope this helps you
Thanks
Srini84
(Srinivas Kadamati)
June 15, 2020, 5:35am
4
@thho
exception type is system.exception,
So in Catch, you can select the same, so whenever there is a error it can do what ever you put the logic in Catch
I hope this helps
Thanks
thho
(Thho)
June 15, 2020, 6:10am
5
Thanks for your response. I used System.Exception and SystemException but the exception still appear. It sound weird
Srini84
(Srinivas Kadamati)
June 15, 2020, 6:20am
6
thho:
0xE0434352
@thho
As per below link, it is a .net framework error
can you better try in different system? Its just a work around, to know about error
Also think using excel as database also
Hope this helps
Thanks