3 instantiations of PrincipalServerDownException
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\Context.cs (1)
1108
throw new
PrincipalServerDownException
(SR.ServerDown, ex);
System\DirectoryServices\AccountManagement\exceptions.cs (2)
314
exception = new
PrincipalServerDownException
(errorMessage, e, errorCode, null);
346
return new
PrincipalServerDownException
(errorMsg, errorCode);