Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
ItemsException Class

Thrown by the GetItems and GetSchema methods in IMetadataProvider if the supplied Item Group name (or Item List specification) is not recognized or cannot be resolved.

C++
public: class ItemsException : public MetadataException;
C#
public class ItemsException : MetadataException;
Visual Basic
Public Class ItemsException
Inherits MetadataException