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