2003-02-12 01:58:24 +00:00
<Type Name= "GException" FullName= "GLib.GException" >
2003-02-15 03:08:25 +00:00
<TypeSignature Language= "C#" Value= "public class GException : System.Exception, ISerializable" Maintainer= "auto" />
2003-02-12 01:58:24 +00:00
<AssemblyInfo >
<AssemblyName > glib-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-02-12 01:58:24 +00:00
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
2003-10-28 00:48:23 +00:00
<AssemblyCulture > neutral</AssemblyCulture>
2003-02-12 01:58:24 +00:00
<Attributes />
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<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>
2003-02-12 01:58:24 +00:00
<Docs >
2004-07-02 16:54:40 +00:00
<summary > Exception emitted by GError receipt from native methods.</summary>
<remarks > When a native method takes a GError parameter to report failures in method invocation, if the GError parameter is set after method invocation this Exception is thrown to report the error.</remarks>
2003-02-12 01:58:24 +00:00
</Docs>
<Base >
<BaseTypeName > System.Exception</BaseTypeName>
</Base>
<Interfaces >
<Interface >
<InterfaceName > System.Runtime.Serialization.ISerializable</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members >
<Member MemberName= "Finalize" >
2003-10-13 22:55:58 +00:00
<MemberSignature Language= "C#" Value= "protected override void Finalize ();" />
2003-02-12 01:58:24 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-02-23 07:26:30 +00:00
<summary > Disposes the resources associated with the object.</summary>
<remarks />
2003-02-12 01:58:24 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public GException (IntPtr errptr);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-08-30 02:35:39 +00:00
<Parameter Name= "errptr" Type= "System.IntPtr" />
</Parameters>
2003-02-12 01:58:24 +00:00
<Docs >
2004-07-02 16:54:40 +00:00
<summary > Internal constructor.</summary>
<param name= "errptr" > a handle to the native GError pointer.</param>
2003-08-30 02:35:39 +00:00
<returns > an object of type <see cref= "T:GLib.GException" /> </returns>
2004-07-02 16:54:40 +00:00
<remarks > This constructor is public so that generated code in assemblies outside of glib-sharp.dll can access it, but it should not be necessary to use it from application code.</remarks>
2003-02-12 01:58:24 +00:00
</Docs>
</Member>
<Member MemberName= "Message" >
2003-10-28 00:48:23 +00:00
<MemberSignature Language= "C#" Value= "public override string Message { get; };" />
2003-02-12 01:58:24 +00:00
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.String</ReturnType>
</ReturnValue>
2003-10-28 00:48:23 +00:00
<Parameters />
2003-02-12 01:58:24 +00:00
<Docs >
2004-07-02 16:54:40 +00:00
<summary > The error text contained in the native GError.</summary>
<returns > a <see cref= "T:System.String" /> representing the error message contained in the native GError.</returns>
<remarks />
2003-02-12 01:58:24 +00:00
</Docs>
</Member>
</Members>
2003-08-30 02:35:39 +00:00
</Type>