Ryujinx-GtkSharp/doc/en/GConf/NoSuchKeyException.xml
Mike Kestner f8d36b9453 2005-05-23 Mike Kestner <mkestner@novell.com>
* configure.in.in : add monodocer-fu.

2005-05-23  Mike Kestner  <mkestner@novell.com>

	* Makefile.am : switch to monodocer
	* updater : kill
	* en/*/*.xml : enormo-diff from monodocer first run without --delete.

svn path=/trunk/gtk-sharp/; revision=44915
2005-05-23 20:41:51 +00:00

47 lines
1.8 KiB
XML

<Type Name="NoSuchKeyException" FullName="GConf.NoSuchKeyException">
<TypeSignature Language="C#" Maintainer="auto" Value="public class NoSuchKeyException : System.Exception" />
<AssemblyInfo>
<AssemblyName>gconf-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement>
<Docs>
<summary>This Exception is thrown when a key is not found in the user GConf file</summary>
<remarks>This exception is thrown by the Get methods of the ChangeSet and Client classes when a value is requested for a key that does not exist.</remarks>
</Docs>
<Base>
<BaseTypeName>System.Exception</BaseTypeName>
</Base>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public NoSuchKeyException ();" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs>
<summary>Public constructor.</summary>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public NoSuchKeyException (string key);" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters>
<Parameter Name="key" Type="System.String" />
</Parameters>
<Docs>
<summary>Public constructor.</summary>
<param name="key">a <see cref="T:System.String" />, name of the key that was not found.</param>
<remarks>
</remarks>
</Docs>
</Member>
</Members>
</Type>