Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ErrorEventArgs.cs
Go to the documentation of this file.
1
namespace
System.IO
;
2
3
public
class
ErrorEventArgs
:
EventArgs
4
{
5
private
readonly
Exception
_exception
;
6
7
public
ErrorEventArgs
(
Exception
exception
)
8
{
9
_exception
=
exception
;
10
}
11
12
public
virtual
Exception
GetException
()
13
{
14
return
_exception
;
15
}
16
}
System.EventArgs
Definition
EventArgs.cs:8
System.Exception
Definition
Exception.cs:15
System.IO.ErrorEventArgs._exception
readonly Exception _exception
Definition
ErrorEventArgs.cs:5
System.IO.ErrorEventArgs.ErrorEventArgs
ErrorEventArgs(Exception exception)
Definition
ErrorEventArgs.cs:7
System.IO.ErrorEventArgs.GetException
virtual Exception GetException()
Definition
ErrorEventArgs.cs:12
System.IO.ErrorEventArgs
Definition
ErrorEventArgs.cs:4
System.IO
Definition
ConsoleStream.cs:3
System.ExceptionArgument.exception
@ exception
source
System.IO.FileSystem.Watcher
System.IO
ErrorEventArgs.cs
Generated by
1.10.0