function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rabbani sayyed 8Rabbani sayyed 8 

Hi, how to answer if we get a question like, what kind exceptions did you get in your project? can anyone help me on this question?

Hi, how to answer if we get a question like, what kind exceptions did you get in your project? can anyone help me on this question?
SantoshChitalkarSantoshChitalkar
Hi Rabbani,

We can get number of exception during our project. Commonly we get dmlException, null Pointer exception. Limitexception, Quesry Exception etc. But if we follow the best practices for implementation then we can get rid off these exception. There other exceptions as well. Here is the link which gives the list of exceptions - 
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_exception_methods.htm

Hope this helps. Mark this question as solved & choose best answer if this answers your question. Let us know if you need more clarity on this.

Regards,
Santosh Chitalkar