Click or drag to resize

EpcLibException(String, Exception) Constructor

Exception with a specific message

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public EpcLibException(
	string message,
	Exception cause
)

Parameters

message  String
Message for the exception
cause  Exception
Inner exception
See Also