Exemple #1
0
 public static void Throw_IndexOutOfRangeException()
 {
     HaltReason = "Index out of range exception.";
     FOS_System.Exception ex = new FOS_System.Exceptions.IndexOutOfRangeException(0, 0);
     ex.InstructionAddress = *((uint *)BasePointer + 1);
     Throw(ex);
 }
Exemple #2
0
 public static void Throw_IndexOutOfRangeException()
 {
     HaltReason = "Index out of range exception.";
     FOS_System.Exception ex = new FOS_System.Exceptions.IndexOutOfRangeException(0, 0);
     ex.InstructionAddress = *((uint*)BasePointer + 1);
     Throw(ex);
 }