2003-06-06 18:41:12 +00:00
<Type Name= "NoSuchKeyException" FullName= "GConf.NoSuchKeyException" >
2007-01-16 15:33:48 +00:00
<TypeSignature Language= "C#" Maintainer= "auto" Value= "public class NoSuchKeyException : Exception" />
2003-06-06 18:41:12 +00:00
<AssemblyInfo >
<AssemblyName > gconf-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-06-06 18:41:12 +00:00
</AssemblyInfo>
<ThreadSafetyStatement > Gtk# is thread aware, but not thread safe; See the < link location="node:gtk-sharp/programming/threads"> Gtk# Thread Programming< /link> for details.</ThreadSafetyStatement>
<Base >
<BaseTypeName > System.Exception</BaseTypeName>
</Base>
2007-01-16 15:33:48 +00:00
<Interfaces >
</Interfaces>
2009-01-08 16:49:42 +00:00
<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>
2003-06-06 18:41:12 +00:00
<Members >
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public NoSuchKeyException ();" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs >
2005-01-07 16:04:26 +00:00
<summary > Public constructor.</summary>
2005-05-23 20:41:51 +00:00
<remarks >
</remarks>
2003-06-06 18:41:12 +00:00
</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 >
2005-01-07 16:04:26 +00:00
<param name= "key" > a <see cref= "T:System.String" /> , name of the key that was not found.</param>
2009-01-08 16:49:42 +00:00
<summary > Public constructor.</summary>
2005-05-23 20:41:51 +00:00
<remarks >
</remarks>
2003-06-06 18:41:12 +00:00
</Docs>
</Member>
</Members>
2005-01-07 16:04:26 +00:00
</Type>