From: Oleg T. <he...@us...> - 2004-11-04 15:47:37
|
Update of /cvsroot/mvp-xml/XInclude/v1/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26907/v1/src Modified Files: XIncludeException.cs Log Message: Index: XIncludeException.cs =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/src/XIncludeException.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- XIncludeException.cs 3 Nov 2004 12:55:39 -0000 1.7 +++ XIncludeException.cs 4 Nov 2004 15:47:25 -0000 1.8 @@ -9,7 +9,7 @@ /// <summary> /// Generic XInclude exception. /// </summary> - public abstract class XIncludeException : ApplicationException { + public abstract class XIncludeException : Exception { public XIncludeException(string message) : base(message) {} public XIncludeException(string message, Exception innerException) : base(message, innerException) {} |