Click or drag to resize

EpcLibExceptionMessageArguments Property

The message format arguments for this exception.

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

Return Value

Object
the message arguments for this exception, or null if this exception is not localizable.
See Also