Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
WriteStreamClosedEventArgs.cs
Go to the documentation of this file.
2
3namespace System.Net;
4
5[EditorBrowsable(EditorBrowsableState.Never)]
7{
8 [Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9 [EditorBrowsable(EditorBrowsableState.Never)]
10 public Exception? Error => null;
11
12 [Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
13 [EditorBrowsable(EditorBrowsableState.Never)]
15 {
16 }
17}