Class OverflowException
The exception that is thrown when an arithmetic, casting, or conversion operation results in an overflow.
Namespace: Log
Assembly: FlaxEngine.dll
File: Engine/Debug/Exceptions/OverflowException.h
Syntax
public class OverflowException : public Log::Exception
Constructors
OverflowException()
Init
Declaration
public OverflowException()
OverflowException(const String& additionalInfo)
Creates default exception with additional data
Declaration
public OverflowException(const String& additionalInfo)
Parameters
String
additionalInfo
Additional information that help describe error |