March 2002
Intermediate to advanced
864 pages
31h 8m
English
SystemException
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); }
Object→Exception(System.Runtime.Serialization.ISerializable)→SystemException
Multiple types