|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Types | |
| enum | ExceptionArgument { inputBuffer , outputBuffer , inputOffset , inputCount } |
Static Public Member Functions | |
| static void | ValidateTransformBlock (byte[] inputBuffer, int inputOffset, int inputCount) |
| static void | ThrowArgumentNull (ExceptionArgument argument) |
| static void | ThrowArgumentOutOfRange (ExceptionArgument argument) |
| static void | ThrowInvalidOffLen () |
| static void | ThrowObjectDisposed () |
| static void | ThrowBase64FormatException () |
Definition at line 6 of file ThrowHelper.cs.