Represents non-fatal application errors.
Object
Exception
ApplicationException
[Visual Basic] Public Class ApplicationException Inherits Exception [C#] public class ApplicationException : Exception [C++] public __gc class ApplicationException : public Exception [JScript] public class ApplicationException extends Exception
These exceptions are generated (i.e., thrown) by an application, not the runtime.
Subclass the ApplicationException class if you are designing an application that needs to create its own exceptions. ApplicationException extends the Exception, but doesn't add new functionality.
Namespace: System
Assembly: mscorlib.dll