/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/ |
H A D | LicenseException.cs | 20 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 D | LicenseManager.cs | 367 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 D | LicenseException.cs | 20 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 D | LicenseManager.cs | 337 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 D | LicenseManagerTests.cs | 82 …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 D | LicenseManagerTests.cs | 82 …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 D | dp_commandenvironments.cxx | 138 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 D | dp_commandenvironments.cxx | 140 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 D | LicenseException.idl | 28 /** 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 D | LicenseException.idl | 28 /** 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 D | LicenseException.php | 29 class LicenseException extends \Exception { class
|
H A D | LicenseRemoteException.php | 29 class LicenseRemoteException extends LicenseException {
|
/dports/www/owncloud/owncloud/lib/private/License/ |
H A D | LicenseManager.php | 23 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 D | System.ComponentModel.cs | 429 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 D | unopkg_cmdenv.cxx | 209 deployment::LicenseException licExc; in handle()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/pkgchk/unopkg/ |
H A D | unopkg_cmdenv.cxx | 209 deployment::LicenseException licExc; in handle()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/app/ |
H A D | check_ext_deps.cxx | 131 deployment::LicenseException licExc; in handle()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/app/ |
H A D | check_ext_deps.cxx | 138 deployment::LicenseException licExc; in handle()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/gui/ |
H A D | dp_gui_updateinstalldialog.cxx | 487 if (de.Cause.has<css::deployment::LicenseException>()) in installExtensions()
|
H A D | dp_gui_extensioncmdqueue.cxx | 326 deployment::LicenseException licExc; in handle()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/gui/ |
H A D | dp_gui_updateinstalldialog.cxx | 474 if (de.Cause.has<css::deployment::LicenseException>()) in installExtensions()
|
H A D | dp_gui_extensioncmdqueue.cxx | 319 deployment::LicenseException licExc; in handle()
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Formatters/tests/ |
H A D | BinaryFormatterTests.cs | 78 …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 D | dp_package.cxx | 656 css::deployment::LicenseException licExc( in checkLicense()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/registry/package/ |
H A D | dp_package.cxx | 662 css::deployment::LicenseException licExc( in checkLicense()
|