Re: Createuser exception handling



Use one of the CreateUser methods that takes the MembershipCreateStatus
output parameter then check that.

http://msdn2.microsoft.com/en-us/library/system.web.security.membership.createuser.aspx

http://msdn2.microsoft.com/en-us/library/system.web.security.membershipcreatestatus.aspx

.