DO NOT DOWNLOAD. DOWNLOAD LATEST STABLE FROM RELEASE TAB

'throw new ProviderException("XXXXX");' is not how you do exceptions!

[TFS Changeset #57755]
This commit is contained in:
slace
2009-08-06 03:33:32 +00:00
parent 81b9172676
commit 44605dc56e

View File

@@ -350,7 +350,7 @@ namespace umbraco.providers.members
} }
else else
{ {
throw new ProviderException("XXXXX"); throw new NotSupportedException("Updating the password Question and Answer is not valid if the properties aren't set in the config file");
} }
} }