Click or drag to resize

DetailLevelException Constructor

Initializes a new instance of the DetailLevelException class.

Namespace:  Koopman.CheckPoint.Exceptions
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public DetailLevelException(
	DetailLevels actual,
	DetailLevels required
)
Request Example View Source

Parameters

actual
Type: Koopman.CheckPointDetailLevels
The actual detail level.
required
Type: Koopman.CheckPointDetailLevels
The required detail level.
See Also