C# Class LuaInterface.LuaException

Inheritance: System.Exception
显示文件 Open project: woshihuo12/UnityHello Class Usage Examples

Public Properties

Property Type Description
InstantiateCount int
SendMsgCount int
luaStack System.Exception
projectFolder string

Protected Properties

Property Type Description
_stack string

Public Methods

Method Description
ExtractFormattedStackTrace ( StackTrace trace, System.StringBuilder sb, StackTrace skip = null ) : void
GetLastError ( ) : Exception
Init ( ) : void
LuaException ( string msg, Exception e = null, int skip = 1 ) : System

Method Details

ExtractFormattedStackTrace() public static method

public static ExtractFormattedStackTrace ( StackTrace trace, System.StringBuilder sb, StackTrace skip = null ) : void
trace StackTrace
sb System.StringBuilder
skip StackTrace
return void

GetLastError() public static method

public static GetLastError ( ) : Exception
return System.Exception

Init() public static method

public static Init ( ) : void
return void

LuaException() public method

public LuaException ( string msg, Exception e = null, int skip = 1 ) : System
msg string
e System.Exception
skip int
return System

Property Details

InstantiateCount public_oe static_oe property

public static int InstantiateCount
return int

SendMsgCount public_oe static_oe property

public static int SendMsgCount
return int

_stack protected_oe property

protected string _stack
return string

luaStack public_oe static_oe property

public static Exception,System luaStack
return System.Exception

projectFolder public_oe static_oe property

public static string projectFolder
return string