Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.WebSockets.WebSocketException Class Referencesealed

Public Member Functions

 WebSocketException ()
 
 WebSocketException (WebSocketError error)
 
 WebSocketException (WebSocketError error, string? message)
 
 WebSocketException (WebSocketError error, Exception? innerException)
 
 WebSocketException (WebSocketError error, string? message, Exception? innerException)
 
 WebSocketException (int nativeError)
 
 WebSocketException (int nativeError, string? message)
 
 WebSocketException (int nativeError, Exception? innerException)
 
 WebSocketException (WebSocketError error, int nativeError)
 
 WebSocketException (WebSocketError error, int nativeError, string? message)
 
 WebSocketException (WebSocketError error, int nativeError, Exception? innerException)
 
 WebSocketException (WebSocketError error, int nativeError, string? message, Exception? innerException)
 
 WebSocketException (string? message)
 
 WebSocketException (string? message, Exception? innerException)
 
override void GetObjectData (SerializationInfo info, StreamingContext context)
 

Properties

override int ErrorCode [get]
 
WebSocketError WebSocketErrorCode [get]
 

Private Member Functions

 WebSocketException (SerializationInfo serializationInfo, StreamingContext streamingContext)
 
void SetErrorCodeOnError (int nativeError)
 

Static Private Member Functions

static string GetErrorMessage (WebSocketError error)
 
static bool Succeeded (int hr)
 

Private Attributes

readonly WebSocketError _webSocketErrorCode
 

Detailed Description

Definition at line 10 of file WebSocketException.cs.


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