S
Shikari Shambu
I have an exception class that is derived 4 levels from the System.Exception
class.
System.Exception -> BaseApplicationException -> MyBaseException ->
MyException
When I throw a new MyException the code does not compile, says it needs to
be derived from System.Exception
I am on .NET ver 1.1.
I do reference the assembly containing MyException in the code where I am
trying to throw new MyException
Any ideas what could be cause of the error?
TIA
class.
System.Exception -> BaseApplicationException -> MyBaseException ->
MyException
When I throw a new MyException the code does not compile, says it needs to
be derived from System.Exception
I am on .NET ver 1.1.
I do reference the assembly containing MyException in the code where I am
trying to throw new MyException
Any ideas what could be cause of the error?
TIA