Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How to create custom exceptions?
How to create custom exceptions?
✍: Guest
Your class should extend class Exception, or some more specific type thereof.
2013-05-29, 1982👍, 0💬
Popular Posts:
How To Concatenate Two Character Strings? - MySQL FAQs - Introduction to SQL Basics If you want conc...
.NET INTERVIEW QUESTIONS - What is the difference between System exceptions and Application exceptio...
What is the difference between RegisterClientScriptBloc kand RegisterStartupScript? RegisterClientSc...
How does ASP.NET maintain state in between subsequent request ? Refer caching chapter.
What is a delegate ? Delegate is a class that can hold a reference to a method or a function. Delega...