Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Transactions.TransactionAbortedException Class Reference

Public Member Functions

 TransactionAbortedException ()
 
 TransactionAbortedException (string? message)
 
 TransactionAbortedException (string? message, Exception? innerException)
 
virtual Exception GetBaseException ()
 
virtual void GetObjectData (SerializationInfo info, StreamingContext context)
 
override string ToString ()
 
new Type GetType ()
 

Protected Member Functions

 TransactionAbortedException (SerializationInfo info, StreamingContext context)
 

Static Protected Attributes

const string InnerExceptionPrefix = " ---> "
 

Package Types

enum  ExceptionMessageKind { ThreadAbort = 1 , ThreadInterrupted , OutOfMemory }
 

Package Functions

 TransactionAbortedException (Exception innerException, Guid distributedTxId)
 
void InternalPreserveStackTrace ()
 
static void SaveStackTracesFromDeepCopy (Exception exception, byte[] currentStackTrace, object[] dynamicMethodArray)
 
static uint GetExceptionCount ()
 
void RestoreDispatchState (in DispatchState dispatchState)
 
DispatchState CaptureDispatchState ()
 
void SetCurrentStackTrace ()
 
void SetRemoteStackTrace (string stackTrace)
 

Static Package Functions

static new TransactionAbortedException Create (string message, Exception innerException, Guid distributedTxId)
 
static new TransactionAbortedException Create (string message, Exception innerException)
 
static bool IncludeDistributedTxId (Guid distributedTxId)
 
static TransactionException Create (TraceSourceType traceSource, string message, Exception innerException)
 
static TransactionException Create (string message, Guid distributedTxId)
 
static Exception CreateEnlistmentStateException (Exception innerException, Guid distributedTxId)
 
static Exception CreateInvalidOperationException (TraceSourceType traceSource, string message, Exception innerException)
 
static Exception CreateInvalidOperationException (TraceSourceType traceSource, string message, Exception innerException, Guid distributedTxId)
 
static TransactionException CreateTransactionStateException (Exception innerException, Guid distributedTxId)
 
static Exception CreateTransactionCompletedException (Guid distributedTxId)
 
static string GetMessageFromNativeResources (ExceptionMessageKind kind)
 

Package Attributes

string _message
 

Properties

MethodBaseTargetSite [get]
 
bool HasBeenThrown [get]
 
object? SerializationWatsonBuckets [get]
 
virtual string Message [get]
 
virtual IDictionary Data [get]
 
ExceptionInnerException [get]
 
virtual ? string HelpLink [get, set]
 
virtual ? string Source [get, set]
 
int HResult [get, set]
 
virtual ? string StackTrace [get]
 
stringSerializationStackTraceString [get]
 
EventHandler< SafeSerializationEventArgs >? SerializeObjectState
 

Private Member Functions

IDictionary CreateDataContainer ()
 
static bool IsImmutableAgileException (Exception e)
 
static IRuntimeMethodInfo GetMethodFromStackTrace (object stackTrace)
 
MethodBase GetExceptionMethodFromStackTrace ()
 
string CreateSourceName ()
 
void OnDeserialized (StreamingContext context)
 
static void PrepareForForeignExceptionRaise ()
 
static void GetStackTracesDeepCopy (Exception exception, out byte[] currentStackTrace, out object[] dynamicMethodArray)
 
static void GetMessageFromNativeResources (ExceptionMessageKind kind, StringHandleOnStack retMesg)
 
bool CanSetRemoteStackTrace ()
 
string GetClassName ()
 
void RestoreRemoteStackTrace (SerializationInfo info, StreamingContext context)
 
string GetStackTrace ()
 

Private Attributes

MethodBase _exceptionMethod
 
IDictionary _data
 
readonly Exception _innerException
 
string _helpURL
 
byte[] _stackTrace
 
byte[] _watsonBuckets
 
string _stackTraceString
 
string _remoteStackTraceString
 
readonly object[] _dynamicMethods
 
string _source
 
UIntPtr _ipForWatsonBuckets
 
readonly IntPtr _xptrs
 
readonly int _xcode = -532462766
 
int _HResult
 

Static Private Attributes

const int _COMPlusExceptionCode = -532462766
 

Detailed Description

Definition at line 8 of file TransactionAbortedException.cs.


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