LicenseException Constructor (Type^, Object^)

 

Initializes a new instance of the LicenseException class for the type and the instance of the component that was denied a license.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
LicenseException(
	Type^ type,
	Object^ instance
)

Parameters

type
Type: System::Type^

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

instance
Type: System::Object^

The instance of the component that was not granted a license.

.NET Framework
Available since 1.1
Return to top
Show: