Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ErrorEventArgs.cs
Go to the documentation of this file.
1namespace System.IO;
2
4{
5 private readonly Exception _exception;
6
11
12 public virtual Exception GetException()
13 {
14 return _exception;
15 }
16}
readonly Exception _exception
ErrorEventArgs(Exception exception)
virtual Exception GetException()