3 references to LicenseException
System.ComponentModel.TypeConverter (2)
System\ComponentModel\LicenseException.cs (2)
26public LicenseException(Type? type) : this(type, null, SR.Format(SR.LicExceptionTypeOnly, type?.FullName)) 33public 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)
2313throw new LicenseException(GetType(), this, SR.AXNoLicenseToUse);