Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
CreditsException Class

Thrown by the Notify* methods in IMetadataProvider if some functionality cannot be allowed to the supplied User. This may occur if the user is not granted some resource or if the user would exceed the granted amount. Different kinds of problems can be distinguished by an error code. Both the error message detail and the error code will be forwarded by Lightstreamer Kernel to the Client.

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