Click or drag to resize

LoggerFailure Method

Logs a fatal error and throws a TagException.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public static void Failure(
	TagErrorCode errorCode,
	string message
)

Parameters

errorCode  TagErrorCode
The enumerated error code.
message  String
An error message.
See Also