Multiple choice What does ObjectDisposedException specify in SqlCommand.ExecuteReader Method? It specifies that the streaming objects are now closed after the operation is performed by the client. It shows that an error occurred in a Stream, XmlReader or TextReader object during a streaming operation. It specifies that current state of the connection is closed. ExecuteReader requires an open SqlConnection. It shows that a SqlDbType other than Binary or VarBinary was used when Value was set to Stream. It shows the limited memory capacity in the application. Reveal answer Fill a bubble to check yourself A Correct answer Explanation This is correct as the Stream, XmlReader or TextReader object was closed during a streaming operation.