3 references to LicenseException
System.ComponentModel.TypeConverter (2)
System\ComponentModel\LicenseException.cs (2)
26
public LicenseException(Type? type) :
this
(type, null, SR.Format(SR.LicExceptionTypeOnly, type?.FullName))
33
public LicenseException(Type? type, object? instance) :
this
(type, null, SR.Format(SR.LicExceptionTypeAndInstance, type?.FullName, instance?.GetType().FullName))
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2313
throw new
LicenseException
(GetType(), this, SR.AXNoLicenseToUse);