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 Constructor (Type)

Initializes a new instance of the LicenseException class for the specified type.

[Visual Basic]
Overloads Public Sub New( _
   ByVal type As Type _
)
[C#]
public LicenseException(
   Type type
);
[C++]
public: LicenseException(
   Type* type
);
[JScript]
public function LicenseException(
   type : Type
);

Parameters

type
A Type that represents the type of component that was not granted a license.

See Also

LicenseException Class | LicenseException Members | System.ComponentModel Namespace | LicenseException Constructor Overload List | License | LicenseContext | LicenseException | LicenseManager | LicenseProvider | LicenseProviderAttribute | LicFileLicenseProvider | LicenseUsageMode