NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LicenseException Class

Represents the exception thrown when a component cannot be granted a license.

Object
   Exception
      LicenseException

[Visual Basic]
Public Class LicenseException
   Inherits Exception
[C#]
public class LicenseException : Exception
[C++]
public __gc class LicenseException : public Exception
[JScript]
public class LicenseException extends Exception

Remarks

LicenseException is thrown by the Validate method when a component cannot obtain a valid license. This occurs when a component is either not licensed, or is licensed, but cannot be granted a valid license.For more information on licensing, see TBD.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

LicenseException Members | System.ComponentModel Namespace | License | LicenseContext | LicenseManager | LicenseProvider | LicenseProviderAttribute | LicFileLicenseProvider | LicenseUsageMode