NurApiException(String, Int32) Constructor

Exception constructor added with error code.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public NurApiException(
	string function,
	int error
)

Parameters

function  String
Function name where the exception took place.
error  Int32
Error code from module, client or tag.

See Also