Initializes a new instance of the VGMembershipCreateUserException class.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public VGMembershipCreateUserException(
	string message,
	Exception innerException
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)

Parameters

message
Type: System..::.String
A description of the reason for the exception.
innerException
Type: System..::.Exception
The exception that caused the MembershipCreateUserException.

See Also