Home
last modified time | relevance | path

Searched refs:LicenseException (Results 1 – 25 of 48) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DLicenseException.cs20 public class LicenseException : SystemException class
28 …public LicenseException(Type type) : this(type, null, SR.Format(SR.LicExceptionTypeOnly, type.Full… in LicenseException() method in System.ComponentModel.LicenseException
35 …public LicenseException(Type type, object instance) : this(type, null, SR.Format(SR.LicExceptionTy… in LicenseException() method in System.ComponentModel.LicenseException
42 public LicenseException(Type type, object instance, string message) : base(message) in LicenseException() method in System.ComponentModel.LicenseException
52 …public LicenseException(Type type, object instance, string message, Exception innerException) : ba… in LicenseException() method in System.ComponentModel.LicenseException
62 … protected LicenseException(SerializationInfo info, StreamingContext context) : base(info, context) in LicenseException() method in System.ComponentModel.LicenseException
H A DLicenseManager.cs367 throw new LicenseException(type); in Validate()
387 throw new LicenseException(type, instance); in Validate()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DLicenseException.cs20 public class LicenseException : SystemException { class
28 …public LicenseException(Type type) : this(type, null, SR.GetString(SR.LicExceptionTypeOnly, type.F… in LicenseException() method in System.ComponentModel.LicenseException
34 …public LicenseException(Type type, object instance) : this(type, null, SR.GetString(SR.LicExceptio… in LicenseException() method in System.ComponentModel.LicenseException
40 public LicenseException(Type type, object instance, string message) : base(message) { in LicenseException() method in System.ComponentModel.LicenseException
49 …public LicenseException(Type type, object instance, string message, Exception innerException) : ba… in LicenseException() method in System.ComponentModel.LicenseException
58 …protected LicenseException(SerializationInfo info, StreamingContext context) : base (info, context… in LicenseException() method in System.ComponentModel.LicenseException
H A DLicenseManager.cs337 throw new LicenseException(type); in Validate()
354 throw new LicenseException(type, instance); in Validate()
411 catch (LicenseException lexp) { in AllocateAndValidateLicense()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DLicenseManagerTests.cs82 …throw new LicenseException (type, instance, "License fails because this is a Runtime only license"… in GetLicense()
92 …throw new LicenseException (type, instance, "License fails because this is a Designtime only licen… in GetLicense()
102 throw new LicenseException (type, instance, "License fails because of class name."); in GetLicense()
226 Assert.AreEqual (typeof(LicenseException), e.GetType(), "LicenseManager #25"); in Test()
250 Assert.AreEqual (typeof (LicenseException), e.GetType (), "LicenseManager #29"); in Test()
277 Assert.AreEqual (typeof (LicenseException), e.GetType (), "LicenseManager #34"); in Test()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DLicenseManagerTests.cs82 …throw new LicenseException(type, instance, "License fails because this is a Runtime only license"); in GetLicense()
92 …throw new LicenseException(type, instance, "License fails because this is a Designtime only licens… in GetLicense()
102 throw new LicenseException(type, instance, "License fails because of class name."); in GetLicense()
219 Assert.Equal(typeof(LicenseException), e.GetType()); in Test()
243 Assert.Equal(typeof(LicenseException), e.GetType()); in Test()
270 Assert.Equal(typeof(LicenseException), e.GetType()); in Test()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/manager/
H A Ddp_commandenvironments.cxx138 deployment::LicenseException licExc; in handle()
169 deployment::LicenseException licExc; in handle()
203 deployment::LicenseException licExc; in handle()
224 deployment::LicenseException licExc; in handle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/manager/
H A Ddp_commandenvironments.cxx140 deployment::LicenseException licExc; in handle()
171 deployment::LicenseException licExc; in handle()
205 deployment::LicenseException licExc; in handle()
226 deployment::LicenseException licExc; in handle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/deployment/
H A DLicenseException.idl28 /** A LicenseException reflects the necessity of someone agreeing to a license.
32 exception LicenseException : com::sun::star::uno::Exception
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/deployment/
H A DLicenseException.idl28 /** A LicenseException reflects the necessity of someone agreeing to a license.
32 exception LicenseException : com::sun::star::uno::Exception
/dports/www/owncloud/owncloud/lib/public/License/Exceptions/
H A DLicenseException.php29 class LicenseException extends \Exception { class
H A DLicenseRemoteException.php29 class LicenseRemoteException extends LicenseException {
/dports/www/owncloud/owncloud/lib/private/License/
H A DLicenseManager.php23 use OCP\License\Exceptions\LicenseException; alias
259 } catch (LicenseException $ex) {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs429 public partial class LicenseException : System.SystemException class
431 …protected LicenseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Ser… in LicenseException() method in System.ComponentModel.LicenseException
432 public LicenseException(System.Type type) { } in LicenseException() method in System.ComponentModel.LicenseException
433 public LicenseException(System.Type type, object instance) { } in LicenseException() method in System.ComponentModel.LicenseException
434 public LicenseException(System.Type type, object instance, string message) { } in LicenseException() method in System.ComponentModel.LicenseException
435 …public LicenseException(System.Type type, object instance, string message, System.Exception innerE… in LicenseException() method in System.ComponentModel.LicenseException
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/pkgchk/unopkg/
H A Dunopkg_cmdenv.cxx209 deployment::LicenseException licExc; in handle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/pkgchk/unopkg/
H A Dunopkg_cmdenv.cxx209 deployment::LicenseException licExc; in handle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/app/
H A Dcheck_ext_deps.cxx131 deployment::LicenseException licExc; in handle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/app/
H A Dcheck_ext_deps.cxx138 deployment::LicenseException licExc; in handle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/gui/
H A Ddp_gui_updateinstalldialog.cxx487 if (de.Cause.has<css::deployment::LicenseException>()) in installExtensions()
H A Ddp_gui_extensioncmdqueue.cxx326 deployment::LicenseException licExc; in handle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/gui/
H A Ddp_gui_updateinstalldialog.cxx474 if (de.Cause.has<css::deployment::LicenseException>()) in installExtensions()
H A Ddp_gui_extensioncmdqueue.cxx319 deployment::LicenseException licExc; in handle()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Formatters/tests/
H A DBinaryFormatterTests.cs78 …ramework && (obj is SqlException || obj is ReflectionTypeLoadException || obj is LicenseException)) in ValidateAndRoundtrip()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/registry/package/
H A Ddp_package.cxx656 css::deployment::LicenseException licExc( in checkLicense()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/registry/package/
H A Ddp_package.cxx662 css::deployment::LicenseException licExc( in checkLicense()

12