Initializes a newly created instance of VGAssemblyNotSecuredException

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

Syntax

C#
public VGAssemblyNotSecuredException(
	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