LicenseException Constructor (Type^, Object^, String^)
.NET Framework (current version)
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.
Assembly: System (in System.dll)
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
Available since 1.1
Show: