UserMemoryException(String, String, Object) Constructor |
Localized exception for errors in translation of user memory
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic 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