I was getting a stackOverFlowException in my program , i found out that i have called my function in its own definition body , actually i had a similar name function in other class and i forgot to call that function with its own instance and hence this exception was thrown .
7e67bedd-a591-4238-a557-1c5842564b7f|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
C#
StackOverFlowException