Class PathTooLongException
The exception that is thrown when a path or file name exceeds the maximum system - defined length.
Namespace: Log
Assembly: FlaxEngine.dll
File: Engine/Debug/Exceptions/PathTooLongException.h
Syntax
public class PathTooLongException : public Log::Exception
Constructors
PathTooLongException()
Init
Declaration
public PathTooLongException()
PathTooLongException(const String& additionalInfo)
Creates default exception with additional data
Declaration
public PathTooLongException(const String& additionalInfo)
Parameters
String
additionalInfo
Additional information that help describe error |