From: <ce...@gm...> - 2006-11-24 22:42:01
|
By the time, Julio and me are working in the implementation of the exception handling in the DataServices project, any changes to the files Command, DataSource, DataSourceManager, MySqlDataSource, SqlDataSource, PgSqlDataSoruce should be committed in this list to us for making the manual merge. Also the new exception schema will stay as follow: exceptions handling will be policy based as in the Exception Handling Application Block of the Microsoft Enterprise Library. http://msdn.microsoft.com/library/?url=/library/en-us/dnpag2/html/EntLib2.asp (dll files have been committed to the DataServices/Assemblies directory). To add a policy is necessary modify the App.config file that will be added in the new project ExceptionHandling, in this file we specify the policy and the way in which the exception will be treated, it's also possible to specify a Handler inheriting from IExceptionHandler to handle the exception in any special manner. Greets. |