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