Type Summary

						public class ObjectDisposedException : InvalidOperationException
 {
   // Constructors
      public ObjectDisposedException (string objectName);
      public ObjectDisposedException (string objectName,
                                      string message);
MS CF
						protected ObjectDisposedException (SerializationInfo info,
                                         StreamingContext context);

   // Properties
   CF
						public override string Message { get; }
      public string ObjectName { get; }

   // Methods
MS CF
						public override void GetObjectData (SerializationInfo info,
                                         StreamingContext context);
 }

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.