C# Class UnityEngine.StackTraceUtility

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
ExtractStringFromException ( object exception ) : string

Private Methods

Method Description
ExtractFormattedStackTrace ( StackTrace stackTrace ) : string
ExtractStackTrace ( ) : string
ExtractStringFromExceptionInternal ( object exceptiono, string &message, string &stackTrace ) : void
IsSystemStacktraceType ( object name ) : bool
PostprocessStacktrace ( string oldString, bool stripEngineInternalInformation ) : string
SetProjectFolder ( string folder ) : void

Method Details

ExtractStringFromException() public static method

public static ExtractStringFromException ( object exception ) : string
exception object
return string