Initializes a newly created instance of VGPermissionVersionNotSupportedException

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

Syntax

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