1 write to _exception
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
346
requestState.
_exception
= e;
2 references to _exception
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
479
if (result._resultObject.
_exception
!= null)
481
throw result._resultObject.
_exception
;