Click or drag to resize

VGMembershipCreateUserException Constructor (String)

Initializes a new instance of the VGMembershipCreateUserException class.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGMembershipCreateUserException(
	string message
)

Parameters

message
Type: SystemString
A description of the reason for the exception.
See Also