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

◆ SocketException() [3/4]

System.Net.Sockets.SocketException.SocketException ( SerializationInfo serializationInfo,
StreamingContext streamingContext )
inlineprotected

Definition at line 31 of file SocketException.cs.

33 {
34 if (NetEventSource.Log.IsEnabled())
35 {
36 NetEventSource.Info(this, $"{base.NativeErrorCode}:{Message}", ".ctor");
37 }
38 }

References System.Runtime.Serialization.Dictionary, System.Net.NetEventSource.Info(), and System.Net.NetEventSource.Log.