Type Summary

						public class Exception : ISerializable
 {
   // Constructors
      public Exception ();
      public Exception (string message);
      public Exception (string message, Exception innerException);
MS CF
						protected Exception (SerializationInfo info,
                          StreamingContext context);

   // Properties
MS CF
						public virtual string HelpLink { set; get; }
MS CF
						protected int HResult { set; get; }
      public Exception InnerException { get; }
      public virtual string Message { get; }
MS CF
						public virtual string Source { set; get; }
   CF
						public virtual string StackTrace { get; }
MS CF
						public MethodBase TargetSite { get; }

   // Methods
      public virtual Exception GetBaseException ();
MS CF
						public virtual void GetObjectData (SerializationInfo info,
                                        StreamingContext context);
      public override ...

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library 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.