File: ExceptionManager.xml

package info (click to toggle)
gtk-sharp3 2.99.3-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 25,488 kB
  • sloc: xml: 308,885; cs: 38,796; sh: 11,336; perl: 1,295; makefile: 1,099; ansic: 903
file content (48 lines) | stat: -rw-r--r-- 2,619 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<Type Name="ExceptionManager" FullName="GLib.ExceptionManager">
  <TypeSignature Language="C#" Value="public class ExceptionManager" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ExceptionManager extends System.Object" />
  <AssemblyInfo>
    <AssemblyName>glib-sharp</AssemblyName>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Object</BaseTypeName>
  </Base>
  <Interfaces />
  <Docs>
    <summary>Exception management class.</summary>
    <remarks />
    <since version="Gtk# 2.10" />
  </Docs>
  <Members>
    <Member MemberName="RaiseUnhandledException">
      <MemberSignature Language="C#" Value="public static void RaiseUnhandledException (Exception e, bool is_terminal);" />
      <MemberSignature Language="ILAsm" Value=".method public static hidebysig void RaiseUnhandledException(class System.Exception e, bool is_terminal) cil managed" />
      <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;" />
      <MemberSignature Language="ILAsm" Value=".event class GLib.UnhandledExceptionHandler UnhandledException" />
      <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>