This is a migrated thread and some comments may be shown as answers.

Trapping errors such as write permissions

1 Answer 43 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Karl Wilkens
Top achievements
Rank 1
Karl Wilkens asked on 26 Oct 2010, 09:45 PM
Hi,

I was hoping to easily trap errors such as access denied and handle those gracefully. What would be the best way to handle this as it happens alot. Thanks.

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 29 Oct 2010, 11:13 AM
Hi Karl,

The best practice is to use try/catch blocks in your code in order to handle exceptions. More information can be found in MSDN. In addition, you can use page or application level Error events as described in this article.

Sincerely yours,
Fiko
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
FileExplorer
Asked by
Karl Wilkens
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or