Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ FileNotFoundException() [4/7]

System.IO.FileNotFoundException.FileNotFoundException ( string? message,
Exception? innerException )
inline

Definition at line 43 of file FileNotFoundException.cs.

44 : base(message, innerException)
45 {
46 base.HResult = -2147024894;
47 }

References System.Runtime.Serialization.Dictionary.