Name

SystemException

Synopsis

This class is the base class of exceptions that represent .NET runtime errors. In contrast, ApplicationException is the base class for user-defined exceptions.

public class SystemException : Exception {
// Public Constructors
   public method SystemException();  
   public method SystemException(string message);  
   public method SystemException(string message, 
        Exception innerException);  
// Protected Constructors
   protected method SystemException(
        System.Runtime.Serialization.SerializationInfo info, 
        System.Runtime.Serialization.StreamingContext context);  
}

Hierarchy

ObjectException(System.Runtime.Serialization.ISerializable)SystemException

Subclasses

Multiple types

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.