Closed GoogleCodeExporter closed 9 years ago
This exception is thrown when the underlying Windows API returns an error code
indicating that the session is being closed. You'll typically see this when
trying to retrieve information about a session that is in the process of being
logged off (especially if your service is reacting to session log off events!).
The solution is to catch the exception in your code and discard the session
object.
Original comment by danports
on 1 Jun 2012 at 2:31
Original issue reported on code.google.com by
DanielBL...@gmail.com
on 1 Jun 2012 at 2:11