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.WebException Class Reference
+ Inheritance diagram for System.Net.WebException:
+ Collaboration 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)
 

Protected Member Functions

 WebException (SerializationInfo serializationInfo, StreamingContext streamingContext)
 

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)
 

Properties

WebExceptionStatus Status [get, set]
 
WebResponse Response [get, set]
 
WebExceptionInternalStatus InternalStatus [get, set]
 

Private Member Functions

void System.Runtime.Serialization.ISerializable. GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext)
 

Private Attributes

WebExceptionStatus m_Status
 
WebResponse m_Response
 
WebExceptionInternalStatus m_InternalStatus
 

Detailed Description

Definition at line 14 of file WebException.cs.


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