3 instantiations of LicenseException
System.ComponentModel.TypeConverter (2)
System\ComponentModel\LicenseManager.cs (2)
345throw new LicenseException(type); 359throw new LicenseException(type, instance);
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2336throw new LicenseException(GetType(), this, SR.AXNoLicenseToUse);
6 references to LicenseException
netstandard (1)
netstandard.cs (1)
362[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicenseException))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
348[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicenseException))]
System.ComponentModel.TypeConverter (4)
System\ComponentModel\LicenseException.cs (4)
23/// Initializes a new instance of the <see cref='System.ComponentModel.LicenseException'/> class for the 30/// Initializes a new instance of the <see cref='System.ComponentModel.LicenseException'/> class for the 37/// Initializes a new instance of the <see cref='System.ComponentModel.LicenseException'/> class for the 48/// Initializes a new instance of the <see cref='System.ComponentModel.LicenseException'/> class for the