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.ThrowHelper Class Reference
+ Collaboration diagram for System.ThrowHelper:

Static Package Functions

static void ThrowArgumentNullException (global::System.ExceptionArgument argument)
 
static void ThrowArrayTypeMismatchException ()
 
static void ThrowArgumentException_DestinationTooShort ()
 
static unsafe void ThrowIndexOutOfRangeException ()
 
static unsafe void ThrowArgumentOutOfRangeException ()
 
static unsafe void ThrowArgumentOutOfRangeException (global::System.ExceptionArgument argument)
 
static void ThrowNotSupportedException ()
 
static void ThrowWrongKeyTypeArgumentException (object key, global::System.Type targetType)
 
static void ThrowWrongValueTypeArgumentException (object value, global::System.Type targetType)
 
static void ThrowArgumentException (global::System.ExceptionResource resource)
 
static void ThrowArgumentException (global::System.ExceptionResource resource, global::System.ExceptionArgument argument)
 
static void ThrowArgumentOutOfRangeException (global::System.ExceptionArgument argument, global::System.ExceptionResource resource)
 
static void ThrowInvalidOperationException (global::System.ExceptionResource resource)
 
static void ThrowSerializationException (global::System.ExceptionResource resource)
 
static void ThrowNotSupportedException (global::System.ExceptionResource resource)
 
static void ThrowInvalidOperationException_InvalidOperation_EnumFailedVersion ()
 
static void ThrowInvalidOperationException_InvalidOperation_EnumOpCantHappen ()
 
static void ThrowInvalidOperationException_InvalidOperation_EnumNotStarted ()
 
static void ThrowInvalidOperationException_InvalidOperation_EnumEnded ()
 
static void ThrowInvalidOperationException_InvalidOperation_NoValue ()
 
static void ThrowArgumentOutOfRange_IndexException ()
 
static void ThrowIndexArgumentOutOfRange_NeedNonNegNumException ()
 
static void ThrowArgumentException_Argument_InvalidArrayType ()
 
static void ThrowAddingDuplicateWithKeyArgumentException (object key)
 
static void ThrowKeyNotFoundException (object key)
 
static void ThrowInvalidTypeWithPointersNotSupported (global::System.Type targetType)
 
static void ThrowInvalidOperationException_ConcurrentOperationsNotSupported ()
 
static global::System.InvalidOperationException GetInvalidOperationException (string str)
 
static void ThrowArraySegmentCtorValidationFailedExceptions (global::System.Array array, int offset, int count)
 
static void IfNullAndNullsAreIllegalThenThrow< T > (object value, global::System.ExceptionArgument argName)
 
static string GetArgumentName (global::System.ExceptionArgument argument)
 
static string GetResourceName (global::System.ExceptionResource resource)
 

Static Private Member Functions

static global::System.Exception CreateArgumentNullException (global::System.ExceptionArgument argument)
 
static global::System.Exception CreateArrayTypeMismatchException ()
 
static global::System.Exception CreateArgumentException_DestinationTooShort ()
 
static global::System.Exception CreateIndexOutOfRangeException ()
 
static global::System.Exception CreateArgumentOutOfRangeException ()
 
static global::System.Exception CreateArgumentOutOfRangeException (global::System.ExceptionArgument argument)
 
static global::System.Exception CreateThrowNotSupportedException ()
 
static global::System.ArgumentOutOfRangeException GetArgumentOutOfRangeException (global::System.ExceptionArgument argument, string resource)
 
static global::System.ArgumentException GetAddingDuplicateWithKeyArgumentException (object key)
 
static global::System.Collections.Generic.KeyNotFoundException GetKeyNotFoundException (object key)
 
static global::System.Exception GetArraySegmentCtorValidationFailedException (global::System.Array array, int offset, int count)
 
static global::System.ArgumentException GetArgumentException (global::System.ExceptionResource resource)
 
static global::System.ArgumentNullException GetArgumentNullException (global::System.ExceptionArgument argument)
 
static global::System.ArgumentOutOfRangeException GetArgumentOutOfRangeException (global::System.ExceptionArgument argument, global::System.ExceptionResource resource)
 

Detailed Description

Definition at line 24 of file ThrowHelper.cs.


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