Try-Catch: System.IndexOutofRangeException

Hi

I want to catch the above error. In the Catches, what is the exception type that I should use?

Thank you

@Anonymous2 If you want to Catch the same Exception Type, then you can Find IndexOutOfRangeException when you Browse for Types in the Catch Section

2 Likes

@Anonymous2

Click on Browse Types as below

image

Select as below

Hope this helps

Thanks

1 Like