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 SystemException( );
   public SystemException(string message);
   public SystemException(string message, Exception innerException);
// Protected Constructors
   protected SystemException(System.Runtime.Serialization.SerializationInfo info,
        System.Runtime.Serialization.StreamingContext context);
}

Hierarchy

Object Exception(System.Runtime.Serialization.ISerializable) SystemException

Subclasses

Multiple types

Get C# in a Nutshell, Second Edition 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.