User: xtoff
Date: 2009/12/18 03:01 PM
Modified:
/InversionOfControl/trunk/src/Castle.MicroKernel/Facilities/
FacilityException.cs
/InversionOfControl/trunk/src/Castle.MicroKernel/Handlers/
HandlerException.cs
/InversionOfControl/trunk/src/Castle.MicroKernel/Lifestyle/Pool/
PoolException.cs
/InversionOfControl/trunk/src/Castle.MicroKernel/Resolvers/
DependencyResolverException.cs
/InversionOfControl/trunk/src/Castle.MicroKernel/SubSystems/Conversion/
ConverterException.cs
Log:
- changed Exception classes inheriting from AplicationException to inherit
from Exception
File Changes:
Directory:
/InversionOfControl/trunk/src/Castle.MicroKernel/SubSystems/Conversion/
==================================================================================
File [modified]: ConverterException.cs
Delta lines: +0 -0
===================================================================
Directory: /InversionOfControl/trunk/src/Castle.MicroKernel/Facilities/
=======================================================================
File [modified]: FacilityException.cs
Delta lines: +1 -1
===================================================================
---
InversionOfControl/trunk/src/Castle.MicroKernel/Handlers/HandlerException.cs
2009-12-18 21:51:25 UTC (rev 6457)
+++
InversionOfControl/trunk/src/Castle.MicroKernel/Handlers/HandlerException.cs
2009-12-18 22:01:54 UTC (rev 6458)
@@ -23,7 +23,7 @@
#if (!SILVERLIGHT)
[Serializable]
#endif
- public class HandlerException : ApplicationException
+ public class HandlerException : Exception
{
/// <summary>
Directory: /InversionOfControl/trunk/src/Castle.MicroKernel/Handlers/
=====================================================================
File [modified]: HandlerException.cs
Delta lines: +1 -1
===================================================================
---
InversionOfControl/trunk/src/Castle.MicroKernel/Lifestyle/Pool/PoolException.cs
2009-12-18 21:51:25 UTC (rev 6457)
+++
InversionOfControl/trunk/src/Castle.MicroKernel/Lifestyle/Pool/PoolException.cs
2009-12-18 22:01:54 UTC (rev 6458)
@@ -20,7 +20,7 @@
#if (!SILVERLIGHT)
[Serializable]
#endif
- public class PoolException : ApplicationException
+ public class PoolException : Exception
{
public PoolException(string message) : base(message)
Directory: /InversionOfControl/trunk/src/Castle.MicroKernel/Lifestyle/Pool/
===========================================================================
File [modified]: PoolException.cs
Delta lines: +1 -1
===================================================================
---
InversionOfControl/trunk/src/Castle.MicroKernel/Resolvers/DependencyResolverException.cs
2009-12-18 21:51:25 UTC (rev 6457)
+++
InversionOfControl/trunk/src/Castle.MicroKernel/Resolvers/DependencyResolverException.cs
2009-12-18 22:01:54 UTC (rev 6458)
@@ -23,7 +23,7 @@
#if (!SILVERLIGHT)
[Serializable]
#endif
- public class DependencyResolverException : ApplicationException
+ public class DependencyResolverException : Exception
{
/// <summary>
Directory: /InversionOfControl/trunk/src/Castle.MicroKernel/Resolvers/
======================================================================
File [modified]: DependencyResolverException.cs
Delta lines: +1 -1
===================================================================
---
InversionOfControl/trunk/src/Castle.MicroKernel/SubSystems/Conversion/ConverterException.cs
2009-12-18 21:51:25 UTC (rev 6457)
+++
InversionOfControl/trunk/src/Castle.MicroKernel/SubSystems/Conversion/ConverterException.cs
2009-12-18 22:01:54 UTC (rev 6458)
@@ -23,7 +23,7 @@
#if (!SILVERLIGHT)
[Serializable]
#endif
- public class ConverterException : ApplicationException
+ public class ConverterException : Exception
{
/// <summary>
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-commits?hl=en.