Class ErrorHandlingModule
Class implementing error handling Lua functions (pcall and xpcall)
Inheritance
System.Object
ErrorHandlingModule
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class ErrorHandlingModule
Methods
pcall(ScriptExecutionContext, CallbackArguments)
Declaration
public static DynValue pcall(ScriptExecutionContext executionContext, CallbackArguments args)
Parameters
|
ScriptExecutionContext
executionContext
|
|
CallbackArguments
args
|
Returns
|
DynValue
|
pcall_continuation(ScriptExecutionContext, CallbackArguments)
Declaration
public static DynValue pcall_continuation(ScriptExecutionContext executionContext, CallbackArguments args)
Parameters
|
ScriptExecutionContext
executionContext
|
|
CallbackArguments
args
|
Returns
|
DynValue
|
pcall_onerror(ScriptExecutionContext, CallbackArguments)
Declaration
public static DynValue pcall_onerror(ScriptExecutionContext executionContext, CallbackArguments args)
Parameters
|
ScriptExecutionContext
executionContext
|
|
CallbackArguments
args
|
Returns
|
DynValue
|
xpcall(ScriptExecutionContext, CallbackArguments)
Declaration
public static DynValue xpcall(ScriptExecutionContext executionContext, CallbackArguments args)
Parameters
|
ScriptExecutionContext
executionContext
|
|
CallbackArguments
args
|
Returns
|
DynValue
|