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