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