3 instantiations of PasswordException
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (2)
326throw (new PasswordException(((System.Runtime.InteropServices.COMException)e.InnerException).Message, (System.Runtime.InteropServices.COMException)e.InnerException)); 360throw (new PasswordException(((System.Runtime.InteropServices.COMException)e.InnerException).Message, (System.Runtime.InteropServices.COMException)e.InnerException));
System\DirectoryServices\AccountManagement\exceptions.cs (1)
275exception = new PasswordException(errorMessage, e);