Try---Catch Function
You will see how and why we use this function.
This function uses for the exceptional circumstances.For instance ,in one application,can be waited some failures or can be created some problems.In this circumstance we use try---catch function to find where the problem begun and also we can repair that with this function.
Types of Errors:
*User Errors => Errors made by the user, such as trying to upload a CV through the profile picture upload panel.
*Software-İnduced Errors=> Bugs in the software and every software has its own bugs.Why do u think the world's giant software companies or game companies are goint through a patch ( update ) ? In order to patch these bugs.
*Login Originated Errors => Errors caused by the developer.Logiv errors made by the software on a process are shown here as an example.
Last updated
Was this helpful?