Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DataSetUtil Class Reference

Static Package Functions

static void CheckArgumentNull< T > (T argumentValue, string argumentName)
 
static ArgumentException Argument (string message)
 
static ArgumentNullException ArgumentNull (string message)
 
static ArgumentOutOfRangeException ArgumentOutOfRange (string message, string parameterName)
 
static InvalidCastException InvalidCast (string message)
 
static InvalidOperationException InvalidOperation (string message)
 
static NotSupportedException NotSupported (string message)
 
static ArgumentOutOfRangeException InvalidEnumerationValue (Type type, int value)
 
static ArgumentOutOfRangeException InvalidDataRowState (DataRowState value)
 
static ArgumentOutOfRangeException InvalidLoadOption (LoadOption value)
 
static bool IsCatchableExceptionType (Exception e)
 

Static Private Member Functions

static T TraceException< T > (string trace, T e)
 
static T TraceExceptionAsReturnValue< T > (T e)
 

Static Private Attributes

static readonly Type s_stackOverflowType = typeof(StackOverflowException)
 
static readonly Type s_outOfMemoryType = typeof(OutOfMemoryException)
 
static readonly Type s_threadAbortType = typeof(ThreadAbortException)
 
static readonly Type s_nullReferenceType = typeof(NullReferenceException)
 
static readonly Type s_accessViolationType = typeof(AccessViolationException)
 
static readonly Type s_securityType = typeof(SecurityException)
 

Detailed Description

Definition at line 7 of file DataSetUtil.cs.


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