IAccountsProviderSetLocalUserAccountNewPassword Method |
Namespace: Dundas.BI.AccountServices.Extensibility
Exception | Condition |
---|---|
NotFoundException | The account does not exist. |
ValidationException | The new password is not valid. |
NotSupportedException | The accounts provider does not support modify operations. |
Notes to Implementers |
---|
Implementations of this method may, at the developer's option, throw any of the listed exceptions. However, the system does not rely on those exceptions being thrown in order to function properly. |