Class LuauException
- Namespace
- LuauInterop
- Assembly
- LuauInterop.dll
Represents an exception that occurs during Luau compilation or execution.
public class LuauException : Exception, ISerializable
- Inheritance
-
LuauException
- Implements
- Inherited Members
Constructors
LuauException(string)
public LuauException(string message)
Parameters
messagestring
LuauException(string, Exception)
public LuauException(string message, Exception ex)