Represents non-fatal, "less severe" errors that may occur.
Object
Exception
SystemException
[Visual Basic] Public Class SystemException Inherits Exception [C#] public class SystemException : Exception [C++] public __gc class SystemException : public Exception [JScript] public class SystemException extends Exception
The SystemException is the exception that are generated (that is, thrown) by the system when there are errors. These errors are the result of a failed "runtime check" (such as an array out-of-bounds error) and may occur during the execution of any method.
SystemException adds no new functionality to Exception.
Namespace: System
Assembly: mscorlib.dll