How do I handle SharePoint exceptions? -


I'm new to SharePoint, so I think how do I need to manage exceptions? When I write a custom code, I have to check for them or, perhaps, if they are dropped, they are automatically logged in and do not break the app?

If not, how do I log in to them? / P>

Thanks!

EDIT: And how should I log those exceptions?

Use this to write this log:

Unless you have exceptions , The application may possibly break, the application will not be "brake" from some errors generated in the event receiver (except to terminate the event receiver) they end up in logs with all other unsolicited errors , Until you change the setting in the central admin Lee does.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -