Home
last modified time | relevance | path

Searched refs:RegistryException (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/msbuild/msbuild-0.06/src/Build/Errors/
H A DRegistryException.cs16 internal class RegistryException : Exception class
21 public RegistryException() in RegistryException() method in Microsoft.Build.Exceptions.RegistryException
30 public RegistryException(string message) in RegistryException() method in Microsoft.Build.Exceptions.RegistryException
40 public RegistryException(string message, Exception innerException) in RegistryException() method in Microsoft.Build.Exceptions.RegistryException
51 public RegistryException(string message, string source) in RegistryException() method in Microsoft.Build.Exceptions.RegistryException
60 …protected RegistryException(SerializationInfo info, StreamingContext context) : base(info, context) in RegistryException() method in Microsoft.Build.Exceptions.RegistryException
73 public RegistryException(string message, string source, Exception innerException) in RegistryException() method in Microsoft.Build.Exceptions.RegistryException
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Errors/
H A DRegistryException.cs16 internal class RegistryException : Exception class
21 public RegistryException() in RegistryException() method in Microsoft.Build.BuildEngine.RegistryException
30 public RegistryException(string message) in RegistryException() method in Microsoft.Build.BuildEngine.RegistryException
40 public RegistryException(string message, Exception innerException) in RegistryException() method in Microsoft.Build.BuildEngine.RegistryException
51 public RegistryException(string message, string source) in RegistryException() method in Microsoft.Build.BuildEngine.RegistryException
60 protected RegistryException(SerializationInfo info, StreamingContext context) : base(info, context) in RegistryException() method in Microsoft.Build.BuildEngine.RegistryException
73 public RegistryException(string message, string source, Exception innerException) in RegistryException() method in Microsoft.Build.BuildEngine.RegistryException
/dports/devel/msbuild/msbuild-0.06/src/Build/Utilities/
H A DRegistryKeyWrapper.cs13 using RegistryException = Microsoft.Build.Exceptions.RegistryException; typedef
93 throw new RegistryException(ex.Message, ex);
126 throw new RegistryException(ex.Message, Name + "@" + name, ex); in GetValue()
145 throw new RegistryException(ex.Message, Name, ex); in GetValueNames()
164 throw new RegistryException(ex.Message, Name, ex); in GetSubKeyNames()
192 throw new RegistryException(ex.Message, wrapper.Name + "\\" + keyNames[i], ex); in OpenSubKey()
229 … throw new RegistryException(ex.Message, _wrappedKey == null ? string.Empty : Name, ex);
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmerge/source/xmerge/java/org/openoffice/xmerge/util/registry/
H A DConverterInfoMgr.java46 private static void addPlugIn(ConverterInfo ci) throws RegistryException { in addPlugIn()
50 RegistryException re = new RegistryException( in addPlugIn()
55 RegistryException re = new RegistryException( in addPlugIn()
60 RegistryException re = new RegistryException( in addPlugIn()
65 RegistryException re = new RegistryException( in addPlugIn()
74 RegistryException re = new RegistryException( in addPlugIn()
101 throws RegistryException { in addPlugIn()
321 } catch (RegistryException e) { in main()
H A DConverterInfo.java84 throws RegistryException { in ConverterInfo()
87 RegistryException re = new RegistryException( "Invalid office type"); in ConverterInfo()
138 throw new RegistryException( in ConverterInfo()
161 throws RegistryException { in ConverterInfo()
168 RegistryException re = new RegistryException( in ConverterInfo()
218 throw new RegistryException( in ConverterInfo()
H A DRegistryException.java24 public class RegistryException extends Exception { class
31 public RegistryException(String message) { in RegistryException() method in RegistryException
35 public RegistryException(String message, Throwable cause) { in RegistryException() method in RegistryException
H A DConverterInfoReader.java74 RegistryException { in ConverterInfoReader()
120 private void parseDocument() throws RegistryException { in parseDocument()
143 private void parseConverterNode(Element e) throws RegistryException { in parseConverterNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmerge/source/xmerge/java/org/openoffice/xmerge/util/registry/
H A DConverterInfoMgr.java46 private static void addPlugIn(ConverterInfo ci) throws RegistryException { in addPlugIn()
50 RegistryException re = new RegistryException( in addPlugIn()
55 RegistryException re = new RegistryException( in addPlugIn()
60 RegistryException re = new RegistryException( in addPlugIn()
65 RegistryException re = new RegistryException( in addPlugIn()
74 RegistryException re = new RegistryException( in addPlugIn()
101 throws RegistryException { in addPlugIn()
321 } catch (RegistryException e) { in main()
H A DConverterInfo.java84 throws RegistryException { in ConverterInfo()
87 RegistryException re = new RegistryException( "Invalid office type"); in ConverterInfo()
138 throw new RegistryException( in ConverterInfo()
161 throws RegistryException { in ConverterInfo()
168 RegistryException re = new RegistryException( in ConverterInfo()
218 throw new RegistryException( in ConverterInfo()
H A DRegistryException.java24 public class RegistryException extends Exception { class
31 public RegistryException(String message) { in RegistryException() method in RegistryException
35 public RegistryException(String message, Throwable cause) { in RegistryException() method in RegistryException
H A DConverterInfoReader.java74 RegistryException { in ConverterInfoReader()
120 private void parseDocument() throws RegistryException { in parseDocument()
143 private void parseConverterNode(Element e) throws RegistryException { in parseConverterNode()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Engine/
H A DRegistryKeyWrapper.cs82 throw new RegistryException(ex.Message, ex);
103 throw new RegistryException(ex.Message, Name + "@" + name, ex); in GetValue()
122 throw new RegistryException(ex.Message, Name, ex); in GetValueNames()
141 throw new RegistryException(ex.Message, Name, ex); in GetSubKeyNames()
169 throw new RegistryException(ex.Message, wrapper.Name + "\\" + keyNames[i], ex); in OpenSubKey()
206 throw new RegistryException(ex.Message, Name, ex);
H A DToolsetRegistryReader.cs71 catch (RegistryException ex)
119 catch (RegistryException ex) in GetPropertyDefinitions()
137 catch (RegistryException ex) in GetPropertyDefinitions()
/dports/devel/msbuild/msbuild-0.06/src/Build/Definition/
H A DToolsetRegistryReader.cs17 using RegistryException = Microsoft.Build.Exceptions.RegistryException; typedef
91 catch (RegistryException ex)
189 catch (RegistryException ex) in GetPropertyDefinitions()
223 catch (RegistryException ex) in GetSubToolsetVersions()
259 catch (RegistryException ex) in GetSubToolsetPropertyDefinitions()
268 catch (RegistryException ex) in GetSubToolsetPropertyDefinitions()
319 catch (RegistryException ex) in CreatePropertyFromRegistry()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/windows/
H A Dregistry.d60 throw new RegistryException(message, res, fn, ln);
111 class RegistryException
147 auto e = collectException!RegistryException(
148 enforce(false, new RegistryException(message, code)));
158 auto e = collectException!RegistryException(
159 enforce(false, new RegistryException(message)));
583 throw new RegistryException("Cannot read the given value as a string");
611 new RegistryException("Cannot read the given value as a string"));
897 enforce(!name.empty, new RegistryException("Key name is invalid"));
972 enforce(!name.empty, new RegistryException("Key name is invalid"));
[all …]
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/windows/
H A Dregistry.d60 throw new RegistryException(message, res, fn, ln);
111 class RegistryException
147 auto e = collectException!RegistryException(
148 enforce(false, new RegistryException(message, code)));
158 auto e = collectException!RegistryException(
159 enforce(false, new RegistryException(message)));
583 throw new RegistryException("Cannot read the given value as a string");
611 new RegistryException("Cannot read the given value as a string"));
897 enforce(!name.empty, new RegistryException("Key name is invalid"));
972 enforce(!name.empty, new RegistryException("Key name is invalid"));
[all …]
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/windows/
H A Dregistry.d60 throw new RegistryException(message, res, fn, ln);
111 class RegistryException
147 auto e = collectException!RegistryException(
148 enforce(false, new RegistryException(message, code)));
158 auto e = collectException!RegistryException(
159 enforce(false, new RegistryException(message)));
583 throw new RegistryException("Cannot read the given value as a string");
611 new RegistryException("Cannot read the given value as a string"));
897 enforce(!name.empty, new RegistryException("Key name is invalid"));
972 enforce(!name.empty, new RegistryException("Key name is invalid"));
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/windows/
H A Dregistry.d60 throw new RegistryException(message, res, fn, ln);
111 class RegistryException
147 auto e = collectException!RegistryException(
148 enforce(false, new RegistryException(message, code)));
158 auto e = collectException!RegistryException(
159 enforce(false, new RegistryException(message)));
583 throw new RegistryException("Cannot read the given value as a string");
611 new RegistryException("Cannot read the given value as a string"));
897 enforce(!name.empty, new RegistryException("Key name is invalid"));
972 enforce(!name.empty, new RegistryException("Key name is invalid"));
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/windows/
H A Dregistry.d60 throw new RegistryException(message, res, fn, ln);
111 class RegistryException
147 auto e = collectException!RegistryException(
148 enforce(false, new RegistryException(message, code)));
158 auto e = collectException!RegistryException(
159 enforce(false, new RegistryException(message)));
583 throw new RegistryException("Cannot read the given value as a string");
611 new RegistryException("Cannot read the given value as a string"));
897 enforce(!name.empty, new RegistryException("Key name is invalid"));
972 enforce(!name.empty, new RegistryException("Key name is invalid"));
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/windows/
H A Dregistry.d60 throw new RegistryException(message, res, fn, ln);
111 class RegistryException
147 auto e = collectException!RegistryException(
148 enforce(false, new RegistryException(message, code)));
158 auto e = collectException!RegistryException(
159 enforce(false, new RegistryException(message)));
583 throw new RegistryException("Cannot read the given value as a string");
611 new RegistryException("Cannot read the given value as a string"));
897 enforce(!name.empty, new RegistryException("Key name is invalid"));
972 enforce(!name.empty, new RegistryException("Key name is invalid"));
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/windows/
H A Dregistry.d60 throw new RegistryException(message, res, fn, ln);
111 class RegistryException
147 auto e = collectException!RegistryException(
148 enforce(false, new RegistryException(message, code)));
158 auto e = collectException!RegistryException(
159 enforce(false, new RegistryException(message)));
583 throw new RegistryException("Cannot read the given value as a string");
611 new RegistryException("Cannot read the given value as a string"));
897 enforce(!name.empty, new RegistryException("Key name is invalid"));
972 enforce(!name.empty, new RegistryException("Key name is invalid"));
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/windows/
H A Dregistry.d60 throw new RegistryException(message, res, fn, ln);
111 class RegistryException
147 auto e = collectException!RegistryException(
148 enforce(false, new RegistryException(message, code)));
158 auto e = collectException!RegistryException(
159 enforce(false, new RegistryException(message)));
583 throw new RegistryException("Cannot read the given value as a string");
611 new RegistryException("Cannot read the given value as a string"));
897 enforce(!name.empty, new RegistryException("Key name is invalid"));
972 enforce(!name.empty, new RegistryException("Key name is invalid"));
[all …]
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/windows/
H A Dregistry.d60 throw new RegistryException(message, res, fn, ln);
111 class RegistryException
147 auto e = collectException!RegistryException(
148 enforce(false, new RegistryException(message, code)));
158 auto e = collectException!RegistryException(
159 enforce(false, new RegistryException(message)));
583 throw new RegistryException("Cannot read the given value as a string");
611 new RegistryException("Cannot read the given value as a string"));
897 enforce(!name.empty, new RegistryException("Key name is invalid"));
972 enforce(!name.empty, new RegistryException("Key name is invalid"));
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/windows/
H A Dregistry.d60 throw new RegistryException(message, res, fn, ln);
111 class RegistryException
147 auto e = collectException!RegistryException(
148 enforce(false, new RegistryException(message, code)));
158 auto e = collectException!RegistryException(
159 enforce(false, new RegistryException(message)));
583 throw new RegistryException("Cannot read the given value as a string");
611 new RegistryException("Cannot read the given value as a string"));
897 enforce(!name.empty, new RegistryException("Key name is invalid"));
972 enforce(!name.empty, new RegistryException("Key name is invalid"));
[all …]
/dports/sysutils/py-azure-cli-acr/azure-cli-acr-2.2.9/azure/cli/command_modules/acr/
H A D_docker_utils.py421 raise RegistryException(
425 raise RegistryException(
429 raise RegistryException(
433 raise RegistryException(
466 class RegistryException(CLIError): class
468 super(RegistryException, self).__init__(message)

12