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

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

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

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.
message
The exception message to display.

See Also

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