ObjectDisposedException: GetHashCode

GetHashCode

Provides a basic implementation of the GetHashcode function of the IObject interface.



 Public Function GetHashCode ( ) As Long

Return Values

Long -  A 32-bit value used to help identify the exception object.

Remarks

The value generated is not unique across all hashcodes. Additional measures must be taken to find a unique value that happens to have the same hashcode as the exception object.

See Also

Project CorLib Overview

Class ObjectDisposedException Overview