Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
FirstChanceExceptionEventArgs.cs
Go to the documentation of this file.
1
namespace
System.Runtime.ExceptionServices
;
2
3
public
class
FirstChanceExceptionEventArgs
:
EventArgs
4
{
5
public
Exception
Exception
{
get
; }
6
7
public
FirstChanceExceptionEventArgs
(
Exception
exception
)
8
{
9
Exception
=
exception
;
10
}
11
}
System.EventArgs
Definition
EventArgs.cs:8
System.Exception
Definition
Exception.cs:15
System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs.FirstChanceExceptionEventArgs
FirstChanceExceptionEventArgs(Exception exception)
Definition
FirstChanceExceptionEventArgs.cs:7
System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs
Definition
FirstChanceExceptionEventArgs.cs:4
System.Runtime.ExceptionServices
Definition
ExceptionDispatchInfo.cs:4
System.ExceptionArgument.exception
@ exception
source
System.Private.CoreLib
System.Runtime.ExceptionServices
FirstChanceExceptionEventArgs.cs
Generated by
1.10.0