Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This exception typically occurs when a program attempts to access an object that has already been garbage collected. Specifically, it occurs when an application uses a delegate to reference a method for sleep detection, but the delegate has already been garbage collected by the time the sleep detection method is called. Consequently, the program cannot execute the sleep detection method, resulting in the exception being thrown.