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