LicenseException Constructor (Type^, Object^, String^)

 

Initializes a new instance of the LicenseException class for the type and the instance of the component that was denied a license, along with a message to display.

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

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

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.

message
Type: System::String^

The exception message to display.

.NET Framework
Available since 1.1
Return to top
Show: