2 references to OffsetRangeError
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\common\ResultCode.cs (1)
91{ ResultCode.OffsetRangeError, SR.LDAP_OFFSET_RANGE_ERROR },
System\DirectoryServices\Protocols\common\utils.cs (1)
37return (code == ResultCode.AliasDereferencingProblem || code == ResultCode.InappropriateAuthentication || code == ResultCode.SortControlMissing || code == ResultCode.OffsetRangeError || code == ResultCode.VirtualListViewError || code == ResultCode.Other);