terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Net.Sockets.SocketException Class Reference
+ Inheritance diagram for System.Net.Sockets.SocketException:
+ Collaboration diagram for System.Net.Sockets.SocketException:

Public Member Functions

 SocketException ()
 
 SocketException (int errorCode)
 
override void GetObjectData (SerializationInfo info, StreamingContext context)
 
override string ToString ()
 

Protected Member Functions

 SocketException (SerializationInfo serializationInfo, StreamingContext streamingContext)
 

Package Functions

 SocketException (int error, string message)
 
 SocketException (SocketError socketError)
 

Static Package Functions

static string GetErrorMessage (int error)
 

Properties

override int ErrorCode [get, set]
 
override string Message [get, set]
 
SocketError SocketErrorCode [get, set]
 
int NativeErrorCode [get, set]
 

Private Member Functions

static int WSAGetLastError_icall ()
 

Private Attributes

EndPoint m_EndPoint
 
readonly int nativeErrorCode
 

Detailed Description

Definition at line 13 of file SocketException.cs.


The documentation for this class was generated from the following file: