Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ CreateSocketException() [1/2]

static SocketException System.Net.Internals.SocketExceptionFactory.CreateSocketException ( int socketError,
EndPoint endPoint )
inlinestatic

Definition at line 30 of file SocketExceptionFactory.cs.

31 {
32 return new ExtendedSocketException(socketError, endPoint);
33 }