Click or drag to resize

MemoryRequestError Property

If GetAddresses(IReadOnlyListMemoryRequest, Object) fails then this property will be populated for each request that fails.

Namespace: Demo3D.PLC.Comms.Memory
Assembly: PLC (in PLC.dll) Version: 19.01.00
Syntax
C#
public Exception? Error { get; set; }

Property Value

Exception
See Also