Utility.Marshal.ByteArrayToUshort bug
Status: Alpha
Brought to you by:
csammis
This operation in function csammisrun.OscarLib.Utility.Marshal.ByteArrayToUshort
retval = (ushort)((buffer[index] << 8) | buffer[index + 1]);
Thows exception IndexOutOfRangeException.
It occurs when trying to call RequestUserInfo function in connected Session object. It occurs if try to get user info for some UIN's, not for all.