Class IndexOutOfRangeException
The exception that is thrown when an index is outside the bounds of an array or collection.
Namespace: Log
Assembly: FlaxEngine.dll
File: Engine/Debug/Exceptions/IndexOutOfRangeException.h
Syntax
public class IndexOutOfRangeException : public Log::Exception
Constructors
IndexOutOfRangeException()
Init
Declaration
public IndexOutOfRangeException()
IndexOutOfRangeException(const String& additionalInfo)
Creates default exception with additional data
Declaration
public IndexOutOfRangeException(const String& additionalInfo)
Parameters
String
additionalInfo
Additional information that help describe error |