Beispiel #1
0
        /// <summary>
        /// Gets a formatted callstack for the crash.
        /// </summary>
        /// <returns>A formatted callstack.</returns>
        public CallStackContainer GetCallStack()
        {
            CrashRepository Crashes = new CrashRepository();

            return(Crashes.GetCallStack(this));
        }
Beispiel #2
0
        /// <summary>
        /// Gets a formatted callstack for the crash.
        /// </summary>
        /// <returns>A formatted callstack.</returns>
        public CallStackContainer GetCallStack()
        {
            CrashRepository LocalCrashRepository = new CrashRepository();

            return(LocalCrashRepository.GetCallStack(this));
        }