IEngineThrowExceptions Property |
Namespace: ITHit.FileSystem
Typically you do not want your custom file system implementation to crash in case of any errors. This property allows you to keep processing file system requests regardless of any errors happening in your code or errors in the IEngine implementation.
With this property set to false the IEngine implementation will swallow any exceptions rised in both IEngine implementation itself and in user code. The IEngine implementation will rise the Error event and than continue processing file system requests.
With this property set to true the IEngine implementation will rise the Error event and than throw the exception.