Microsoft.Scripting.Interpreter.InterpretedFrame.GetExceptionStackTrace C# (CSharp) Метод

GetExceptionStackTrace() публичный статический Метод

public static GetExceptionStackTrace ( Exception exception ) : InterpretedFrameInfo[]
exception Exception
Результат InterpretedFrameInfo[]
        public static InterpretedFrameInfo[] GetExceptionStackTrace(Exception exception) {
            return exception.Data[typeof(InterpretedFrameInfo)] as InterpretedFrameInfo[];
        }