Invalid provider

Invalid provider exception

TLicenseInvalidProvider is a concrete class representing an error that occurs when an invalid license provider is introduced to the framework.

      class TLicenseInvalidProvider : public TLicenseException {
      //    Copyright (C) 1995 Taligent, Inc. All rights reserved.
      public:
      
          enum EReason
          {
          kInvalidProvider,
          kImpostorDetected,
          };
      
                  TLicenseInvalidProvider(EReason whatHappened);
                  TLicenseInvalidProvider(const TLicenseInvalidProvider& copy);
          TLicenseInvalidProvider& operator=(const TLicenseInvalidProvider& copy);
          virtual~TLicenseInvalidProvider();
      
          EReason GetReason() const;
          virtual voidThrow() const;
      
      protected:
      };
GetReason returns the information that explains why the exception was thrown by the provider. The returned values can be either of the following:


[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker