Click or drag to resize

VGIsMemberOfAnotherApplicationException Constructor (String, Exception)

Initializes a new instance of the VGIsMemberOfAnotherApplicationException class.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public VGIsMemberOfAnotherApplicationException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
A description of the reason for the exception.
innerException
Type: SystemException
The exception that caused the MembershipCreateUserException.
See Also