Initializes a newly created instance of VGAnonymousSessionNotAllowedException

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

Syntax

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

Parameters

errorMessage
Type: System..::.String
Error message from caller
innerException
Type: System..::.Exception
Any nested exception

See Also