Any methods that are not overridden will result in the base class method
getting executed. That's basic OOP!
...Glenn
On Fri, Oct 17, 2008 at 3:45 AM, VIKAS GARG <[EMAIL PROTECTED]>wrote:
> public TestException() : base() { }
> public TestException(String message) : base(message) { }
> public TestException(String message, Exception innerException) :
> base(message, innerException) { }
>
> Why are these 3 statements always required in declaring self defined
> exception
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web
Services,.NET Remoting" 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/DotNetDevelopment
You may subscribe to group Feeds using a RSS Feed Reader to stay upto date
using following url
<a href="http://feeds.feedburner.com/DotNetDevelopment">
http://feeds.feedburner.com/DotNetDevelopment</a>
-~----------~----~----~----~------~----~------~--~---