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