Initializes a newly created instance of VGAnonymousSessionNotAllowedException

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

Syntax

C#
public VGAnonymousSessionNotAllowedException(
	string errorMessage
)
Visual Basic (Declaration)
Public Sub New ( _
	errorMessage As String _
)

Parameters

errorMessage
Type: System..::.String
Error message from caller

See Also