Aurora.ScriptEngine.AuroraDotNetEngine.APIs.LSL_Api.LSLError C# (CSharp) Method

LSLError() private method

private LSLError ( string msg ) : void
msg string
return void
        internal void LSLError(string msg)
        {
            throw new Exception("LSL Runtime Error: " + msg);
        }
LSL_Api