Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ThrowNotSupportedException() [1/2]

static void System.ThrowHelper.ThrowNotSupportedException ( )
inlinestaticpackage

Definition at line 306 of file ThrowHelper.cs.

307 {
308 throw new NotSupportedException();
309 }

Referenced by System.ThrowHelper.ThrowForUnsupportedIntrinsicsVectorBaseType< T >(), and System.ThrowHelper.ThrowForUnsupportedNumericsVectorBaseType< T >().