Click or drag to resize

HpsvLoggerError Method

Logs the message with ERROR level

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public void Error(
	Object message
)

Parameters

message
Type: SystemObject
The message to log
Exceptions
ExceptionCondition
InvalidOperationExceptionmessage is not Serializable.
See Also