SossObjDescriptorInsertException Property

ScaleOut Software NamedCache API
Exception encountered by a bulk Add(IDictionary) operation, or null if the object was added to the NamedCache successfully. This property can be checked after a Add(IDictionary) call to see if the corresponding object was inserted.

Namespace:  Soss.Client
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public Exception InsertException { get; set; }

Property Value

Type: Exception
See Also

Reference