Show / Hide Table of Contents

Class StackTraceUtility

Inheritance
Object
StackTraceUtility
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public static class StackTraceUtility

Methods

| Improve this Doc View Source

ExtractStackTrace()

Declaration
public static string ExtractStackTrace()
Returns
Type Description
String
| Improve this Doc View Source

ExtractStringFromException(Object)

Declaration
public static string ExtractStringFromException(object exception)
Parameters
Type Name Description
Object exception
Returns
Type Description
String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX