August 2003
Intermediate to advanced
928 pages
32h 1m
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 SystemException( ); public SystemException(stringmessage); public SystemException(stringmessage, ExceptioninnerException); // Protected Constructors protected SystemException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
Multiple types