Understanding IndexOutOfRangeException and ArgumentOutOfRangeException
Published on Aug 30, 2022
An exception of type 'System.ArgumentOutOfRangeException' occurred in mscorlib.dll but was not handled in user code. Let me show you how to solve it.
Catching multiple exceptions with C#
Published on Jul 9, 2022
Let me show you how to easily Catch multiple exceptions with C# through multiple examples inside a single try block.