Appspotdemo.Mono.Droid.UnhandledExceptionHandler.getRecursiveStackTrace C# (CSharp) Method

getRecursiveStackTrace() private static method

private static getRecursiveStackTrace ( Exception t ) : string
t System.Exception
return string
        private static string getRecursiveStackTrace(Exception t)
        {
            return t.StackTrace;
        }