Initializes a new instance of the VGIsMemberOfAnotherApplicationException 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 VGIsMemberOfAnotherApplicationException(
	string message
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)

Parameters

message
Type: System..::.String
A description of the reason for the exception.

See Also