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, Object)

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

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

Parameters

type
A Type that represents the type of component that was not granted a license.
instance
The instance of the 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