Class ArgumentException
The exception that is thrown when an Arguments are not valid.
Namespace: Log
Assembly: FlaxEngine.dll
File: Engine/Debug/Exceptions/ArgumentException.h
Syntax
public class ArgumentException : public Log::Exception
Constructors
ArgumentException()
Init
Declaration
public ArgumentException()
ArgumentException(const String& additionalInfo)
Creates default exception with additional data
Declaration
public ArgumentException(const String& additionalInfo)
Parameters
String
additionalInfo
Additional information that help describe error |