C# Class LuaInterface.LuaException

Inheritance: System.Exception
Afficher le fichier Open project: woshihuo12/UnityHello Class Usage Examples

Méthodes publiques

Свойство Type Description
InstantiateCount int
SendMsgCount int
luaStack System.Exception
projectFolder string

Protected Properties

Свойство Type Description
_stack string

Méthodes publiques

Méthode 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 méthode

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

GetLastError() public static méthode

public static GetLastError ( ) : Exception
Résultat System.Exception

Init() public static méthode

public static Init ( ) : void
Résultat void

LuaException() public méthode

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

Property Details

InstantiateCount public_oe static_oe property

public static int InstantiateCount
Résultat int

SendMsgCount public_oe static_oe property

public static int SendMsgCount
Résultat int

_stack protected_oe property

protected string _stack
Résultat string

luaStack public_oe static_oe property

public static Exception,System luaStack
Résultat System.Exception

projectFolder public_oe static_oe property

public static string projectFolder
Résultat string