Click or drag to resize

UnknownGcpLengthException(String, String, Object) Constructor

Localized exception from a GctpLengthTable

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

Parameters

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