Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity C# catch index out or range exception

catch (System.IndexOutOfRangeException ex){
  //Do this if exception is thrown
}
 
PREVIOUS NEXT
Tagged: #unity #catch #index #range #exception
ADD COMMENT
Topic
Name
9+2 =