terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Net.WebException Class Reference
+ Inheritance diagram for System.Net.WebException:

Public Member Functions

 WebException ()
 
 WebException (string message)
 
 WebException (string message, Exception innerException)
 
 WebException (string message, WebExceptionStatus status)
 
 WebException (string message, Exception innerException, WebExceptionStatus status, WebResponse response)
 
override void GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext)
 
override string ToString ()
 
new Type GetType ()
 

Protected Member Functions

 WebException (SerializationInfo serializationInfo, StreamingContext streamingContext)
 

Package Types

enum  ExceptionMessageKind { ThreadAbort = 1 , ThreadInterrupted , OutOfMemory }
 

Package Functions

 WebException (string message, WebExceptionStatus status, WebExceptionInternalStatus internalStatus, Exception innerException)
 
 WebException (string message, string data, Exception innerException, WebExceptionStatus status, WebResponse response)
 
 WebException (string message, Exception innerException, WebExceptionStatus status, WebResponse response, WebExceptionInternalStatus internalStatus)
 
 WebException (string message, string data, Exception innerException, WebExceptionStatus status, WebResponse response, WebExceptionInternalStatus internalStatus)
 
void SetErrorCode (int hr)
 
void RestoreExceptionDispatchInfo (ExceptionDispatchInfo exceptionDispatchInfo)
 
Exception FixRemotingException ()
 

Static Package Functions

static string GetMessageFromNativeResources (Exception.ExceptionMessageKind kind)
 
static void ReportUnhandledException (Exception exception)
 

Package Attributes

string _message
 
int _HResult
 
StackTrace[] captured_traces
 

Properties

WebExceptionStatus Status [get]
 
WebResponse Response [get]
 
WebExceptionInternalStatus InternalStatus [get]
 
virtual string Message [get]
 
virtual IDictionary Data [get]
 
Exception InnerException [get]
 
virtual string StackTrace [get]
 
virtual string Source [get]
 
int HResult [get, protected set]
 

Private Member Functions

void ISerializable. GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext)
 
void Init ()
 
string GetClassName ()
 
string GetStackTrace (bool needFileInfo)
 
string ToString (bool needFileLineInfo, bool needMessage)
 
void OnDeserialized (StreamingContext context)
 
string StripFileInfo (string stackTrace, bool isRemoteStackTrace)
 

Private Attributes

WebExceptionStatus m_Status
 
WebResponse m_Response
 
WebExceptionInternalStatus m_InternalStatus
 
string _className
 
IDictionary _data
 
Exception _innerException
 
string _helpURL
 
object _stackTrace
 
string _stackTraceString
 
string _remoteStackTraceString
 
int _remoteStackIndex
 
object _dynamicMethods
 
string _source
 
SafeSerializationManager _safeSerializationManager
 
IntPtr[] native_trace_ips
 
int caught_in_unmanaged
 

Static Private Attributes

static object s_EDILock
 
const int _COMPlusExceptionCode = -532462766
 

Detailed Description

Definition at line 8 of file WebException.cs.


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