2 instantiations of LicenseException
System (2)
compmod\system\componentmodel\LicenseManager.cs (2)
337throw new LicenseException(type); 354throw new LicenseException(type, instance);
5 references to LicenseException
System (5)
compmod\system\componentmodel\LicenseException.cs (4)
25/// <para>Initializes a new instance of the <see cref='System.ComponentModel.LicenseException'/> class for the 31/// <para>Initializes a new instance of the <see cref='System.ComponentModel.LicenseException'/> class for the 37/// <para>Initializes a new instance of the <see cref='System.ComponentModel.LicenseException'/> class for the 46/// <para>Initializes a new instance of the <see cref='System.ComponentModel.LicenseException'/> class for the
compmod\system\componentmodel\LicenseManager.cs (1)
411catch (LicenseException lexp) {