Class CLRInnerException
The exception that is thrown when a method call is invalid in an object's current state.
Namespace: Log
Assembly: FlaxEngine.dll
File: Engine/Debug/Exceptions/CLRInnerException.h
Syntax
public class CLRInnerException : public Log::Exception
Constructors
CLRInnerException()
Init
Declaration
public CLRInnerException()
CLRInnerException(const String& additionalInfo)
Creates default exception with additional data
Declaration
public CLRInnerException(const String& additionalInfo)
Parameters
String
additionalInfo
Additional information that help describe error |