1 write to _exception
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
216
asyncResult.
_exception
= exception;
4 references to _exception
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (4)
250
if (asyncResult.
_exception
!= null)
256
throw asyncResult.
_exception
;
300
if (asyncResult.
_exception
!= null)
302
throw asyncResult.
_exception
;