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.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic virtual string MessageKey { get; }
Return Value
String the message key for this exception, or null if this exception is not localizable.
See Also