2007-03-06 20:10:15 +00:00
<Type Name= "ExceptionManager" FullName= "GLib.ExceptionManager" >
<TypeSignature Language= "C#" Value= "public class ExceptionManager" />
2011-11-09 16:01:51 +00:00
<TypeSignature Language= "ILAsm" Value= ".class public auto ansi beforefieldinit ExceptionManager extends System.Object" />
2007-03-06 20:10:15 +00:00
<AssemblyInfo >
<AssemblyName > glib-sharp</AssemblyName>
</AssemblyInfo>
<Base >
<BaseTypeName > System.Object</BaseTypeName>
</Base>
<Interfaces />
2009-01-06 16:29:49 +00:00
<Docs >
<summary > Exception management class.</summary>
<remarks />
<since version= "Gtk# 2.10" />
</Docs>
2007-03-06 20:10:15 +00:00
<Members >
<Member MemberName= "RaiseUnhandledException" >
<MemberSignature Language= "C#" Value= "public static void RaiseUnhandledException (Exception e, bool is_terminal);" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".method public static hidebysig void RaiseUnhandledException(class System.Exception e, bool is_terminal) cil managed" />
2007-03-06 20:10:15 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
<Parameter Name= "e" Type= "System.Exception" />
<Parameter Name= "is_terminal" Type= "System.Boolean" />
</Parameters>
<Docs >
<param name= "e" > Exception.</param>
<param name= "is_terminal" > If <see langword= "true" /> , the exception terminates the application.</param>
<summary > Raise Unhandled Exception method.</summary>
<remarks > This method is generally only useful to language bindings. If <paramref name= "is_terminal" /> is set, or a user event handler requests application exit, this method does not return.</remarks>
</Docs>
</Member>
<Member MemberName= "UnhandledException" >
<MemberSignature Language= "C#" Value= "public static event GLib.UnhandledExceptionHandler UnhandledException;" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".event class GLib.UnhandledExceptionHandler UnhandledException" />
2007-03-06 20:10:15 +00:00
<MemberType > Event</MemberType>
<ReturnValue >
<ReturnType > GLib.UnhandledExceptionHandler</ReturnType>
</ReturnValue>
<Docs >
<summary > UnhandledException event.</summary>
<remarks > Attach a <see cref= "T:GLib.UnhandledExceptionHandler" /> delegate to this event to receive notification of Exceptions throw within managed callback delegates. If the <see cref= "T:GLib.UnhandledExceptionArgs" /> contain information regarding whether the Exception is terminal and can be used to request termination of the application via the <see cref= "M:GLib.UnhandledExceptionArgs.ExitApplication" /> property.</remarks>
</Docs>
</Member>
</Members>
</Type>