Click or drag to resize

BarcoderLogError Method (Exception, String)

Write a log event with the "Error" logging level and the associated exception.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public static void LogError(
	Exception exception,
	string message
)

Parameters

exception
Type: SystemException
Exception related to the event.
message
Type: SystemString
Message describing the event.
See Also