System.Web.Security.MembershipCreateUserException Members

The members of System.Web.Security.MembershipCreateUserException are listed below.

See Also: Inherited members from System.Exception

Public Constructors

Initializes a new instance of the System.Web.Security.MembershipCreateUserException class.

Initializes a new instance of the System.Web.Security.MembershipCreateUserException class and sets the Exception.Message property to the supplied message parameter value

Initializes a new instance of the System.Web.Security.MembershipCreateUserException class with the specified MembershipCreateUserException.StatusCode value.

Initializes a new instance of the System.Web.Security.MembershipCreateUserException class and sets the Exception.Message property to the supplied message and the Exception.InnerException property to the supplied innerException.

Protected Constructors

Public Properties

[read-only]
StatusCodeMembershipCreateStatus.

Gets a description of the reason for the exception.

Public Methods