This documentation is archived and is not being maintained.
MembershipCreateUserException::StatusCode Property
Visual Studio 2010
Gets a description of the reason for the exception.
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
Property Value
Type: System.Web.Security::MembershipCreateStatusA MembershipCreateStatus enumeration value that describes the reason for the exception.
The StatusCode property enables you to determine why the MembershipCreateUserException was thrown and respond accordingly.
The following code example creates a new user for an ASP.NET application configured to use forms authentication and ASP.NET membership. If the user is not created successfully, the code catches the MembershipCreateUserException and displays the message specified in the StatusCode property.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: