C# FAQ: Does CSharp support custom exceptions
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| CSharp-Online.NET:FAQs |
| edit |
[edit]
Does C# support custom exceptions?
All that needs to be done to create a custom exception in C# is for the new exception class to subclass System.Exception.
[edit]