March 2004
Intermediate to advanced
560 pages
26h 47m
English
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); }
Read now
Unlock full access