Lightstreamer .Net Adapter 1.7
|
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.
public: class CreditsException : public MetadataException;
public class CreditsException : MetadataException;
Public Class CreditsException Inherits MetadataException