Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MetadataProviderException Class

Thrown by the Init method in IMetadataProvider if there is some problem that prevents the correct behavior of the Metadata Adapter. If this exception occurs, Lightstreamer Kernel must give up the startup.

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