Click or drag to resize

UserMemoryException(String, String, Object) Constructor

Localized exception for errors in translation of user memory

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public UserMemoryException(
	string reason,
	string messageKey,
	params Object[] messageParameters
)

Parameters

reason  String
Reason for exception
messageKey  String
Key for localized message
messageParameters  Object
Parameters to populate localized message
See Also