ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearHttpException class / popStackFrame Method

In This Topic
    popStackFrame Method
    In This Topic
    Attachs the current call stack to the error. This method has an effect only when the browser supports a stack property on the Error object.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function popStackFrame() : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearHttpException.popStackFrame();
    See Also