DecoderExceptionFallback: GetHashCode

GetHashCode

Gets a partially unique value that identifies this object.



 Public Function GetHashCode ( ) As Long

Return Values

Long -  A number that is generally unique to this object.

Remarks

The DecoderExceptionFallback does not have any internal state that would normally be used to identify this instance. So, every instance of the DecoderExceptionFallback class will return the same hash code.

See Also

Project CorLib Overview

Class DecoderExceptionFallback Overview