Initializes a new instance of the VGIsMemberOfAnotherApplicationException class.

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

Syntax

C#
public VGIsMemberOfAnotherApplicationException(
	string message,
	Exception innerException
)
Visual Basic
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