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