Table of Contents

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

message string

LuauException(string, Exception)

public LuauException(string message, Exception ex)

Parameters

message string
ex Exception