Click or drag to resize

GenericExceptionToString Method (Boolean)

Returns the Message property and optionally any Check Point error or warning details.

Namespace:  Koopman.CheckPoint.Exceptions
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public string ToString(
	bool includeDetails
)
Request Example View Source

Parameters

includeDetails
Type: SystemBoolean
if set to true includes error and warning details.

Return Value

Type: String
A String that represents this instance.
See Also