@DavidRutten Btw. how to use try catch in GH i have index out of range ex but using standard seems not working? Error is on line 0 so its bit hard to find out whats going on…
catch (System.IndexOutOfRangeException ex)
{
System.ArgumentException argEx = new System.ArgumentException(“Index is out of range”, “index”, ex);
throw argEx;
}