EpcLibException(String, Exception) Constructor |
Exception with a specific message
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic EpcLibException(
string message,
Exception cause
)
Parameters
- message String
- Message for the exception
- cause Exception
- Inner exception
See Also