SystemException

SystemException CF 1.0, ECMA 1.0, serializable

System (mscorlib.dll) class

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



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net