Microsoft.Scripting.Interpreter.InterpretedFrame.GetExceptionStackTrace C# (CSharp) Method

GetExceptionStackTrace() public static method

public static GetExceptionStackTrace ( Exception exception ) : InterpretedFrameInfo[]
exception Exception
return InterpretedFrameInfo[]
        public static InterpretedFrameInfo[] GetExceptionStackTrace(Exception exception) {
            return exception.Data[typeof(InterpretedFrameInfo)] as InterpretedFrameInfo[];
        }