Click or drag to resize

EpcLibExceptionMessageKey Property

The message key for this exception. The message key is the name of the property for this exception in the localization message file.

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public virtual string MessageKey { get; }

Return Value

String
the message key for this exception, or null if this exception is not localizable.
See Also