Home
last modified time | relevance | path

Searched refs:ThreadExceptionEventArgs (Results 1 – 25 of 45) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Thread/src/System/Threading/
H A DThreadExceptionEventArgs.cs7 public class ThreadExceptionEventArgs : EventArgs class
11 public ThreadExceptionEventArgs(Exception t) in ThreadExceptionEventArgs() method in System.Threading.ThreadExceptionEventArgs
25 public delegate void ThreadExceptionEventHandler(object sender, ThreadExceptionEventArgs e); in ThreadExceptionEventHandler()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Threading/
H A DThreadExceptionEventArgsCas.cs55 ThreadExceptionEventArgs teea = new ThreadExceptionEventArgs (null); in Constructor_Deny_Unrestricted()
64 ConstructorInfo ci = typeof (ThreadExceptionEventArgs).GetConstructor (types); in LinkDemand_Deny_Unrestricted()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Threading/
H A DThreadExceptionEventArgs.cs34 public class ThreadExceptionEventArgs : EventArgs class
38 public ThreadExceptionEventArgs(Exception t) { in ThreadExceptionEventArgs() method in System.Threading.ThreadExceptionEventArgs
H A DThreadExceptionEventHandler.cs34 public delegate void ThreadExceptionEventHandler(object sender, ThreadExceptionEventArgs e); in ThreadExceptionEventHandler()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/threading/
H A DThreadExceptionEvent.cs20 public class ThreadExceptionEventArgs : EventArgs { class
29 public ThreadExceptionEventArgs(Exception t) { in ThreadExceptionEventArgs() method in System.Threading.ThreadExceptionEventArgs
H A DThreadExceptionEventHandler.cs19 public delegate void ThreadExceptionEventHandler(object sender, ThreadExceptionEventArgs e); in ThreadExceptionEventHandler()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Thread/tests/
H A DThreadExceptionEventArgsTests.cs14 var e = new ThreadExceptionEventArgs(null); in ConstructorTest()
18 e = new ThreadExceptionEventArgs(ex); in ConstructorTest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Thread/ref/
H A DSystem.Threading.Thread.cs136 public partial class ThreadExceptionEventArgs : System.EventArgs class
138 public ThreadExceptionEventArgs(System.Exception t) { } in ThreadExceptionEventArgs() method in System.Threading.ThreadExceptionEventArgs
141 …egate void ThreadExceptionEventHandler(object sender, System.Threading.ThreadExceptionEventArgs e); in ThreadExceptionEventHandler()
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.ApplicationServices/
H A DUnhandledExceptionEventArgs.vb38 Inherits ThreadExceptionEventArgs
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GEDKeeper2/
H A DGKProgram.cs102 private static void ExExceptionHandler(object sender, ThreadExceptionEventArgs args) in ExExceptionHandler()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DProgram.cs28 private static void Application_ThreadException(object sender, ThreadExceptionEventArgs e) in Application_ThreadException()
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/System/Functions/
H A DCrashHandler.cs60 internal static void UIThreadException(object sender, ThreadExceptionEventArgs t) in UIThreadException()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DApplicationTest.cs84 public static void HandleThreadException (object sender, ThreadExceptionEventArgs args) in HandleThreadException()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DApplication.cs649 Application.ThreadException(null, new ThreadExceptionEventArgs(t)); in OnThreadException()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/
H A Dcommon.sources201 System.Threading/ThreadExceptionEventArgs.cs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DMicrosoft.VisualBasic.cs860 public partial class UnhandledExceptionEventArgs : System.Threading.ThreadExceptionEventArgs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DMicrosoft.VisualBasic.cs860 public partial class UnhandledExceptionEventArgs : System.Threading.ThreadExceptionEventArgs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DMicrosoft.VisualBasic.cs863 public partial class UnhandledExceptionEventArgs : System.Threading.ThreadExceptionEventArgs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DMicrosoft.VisualBasic.cs860 public partial class UnhandledExceptionEventArgs : System.Threading.ThreadExceptionEventArgs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DMicrosoft.VisualBasic.cs864 public partial class UnhandledExceptionEventArgs : System.Threading.ThreadExceptionEventArgs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DMicrosoft.VisualBasic.cs860 public partial class UnhandledExceptionEventArgs : System.Threading.ThreadExceptionEventArgs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DMicrosoft.VisualBasic.cs860 public partial class UnhandledExceptionEventArgs : System.Threading.ThreadExceptionEventArgs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DMicrosoft.VisualBasic.cs860 public partial class UnhandledExceptionEventArgs : System.Threading.ThreadExceptionEventArgs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DMicrosoft.VisualBasic.cs888 public partial class UnhandledExceptionEventArgs : System.Threading.ThreadExceptionEventArgs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DMicrosoft.VisualBasic.cs888 public partial class UnhandledExceptionEventArgs : System.Threading.ThreadExceptionEventArgs

12