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

 

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 and the original exception thrown.

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

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

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.

innerException
Type: System::Exception^

An Exception that represents the original exception.

.NET Framework
Available since 1.1
Return to top
Show: