2 references to NoSuchAttribute
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\common\ResultCode.cs (1)
74{ ResultCode.NoSuchAttribute, SR.LDAP_NO_SUCH_ATTRIBUTE },
System\DirectoryServices\Protocols\common\utils.cs (1)
17if (code >= ResultCode.NoSuchAttribute && code <= ResultCode.InvalidAttributeSyntax)