Visual Basic (Declaration) | |
---|---|
Public Sub ReleaseRead() |
C# | |
---|---|
public void ReleaseRead() |
Exception | Description |
---|---|
System.ObjectDisposedException | The exception that is thrown when an operation is performed on a disposed object. |
System.Threading.SynchronizationLockException | The exception that is thrown when a method requires the caller to own the lock on a given Monitor, and the method is invoked by a caller that does not own that lock. |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7