SharedSourceCLI.TK.TclInterp.HandleError C# (CSharp) Method

HandleError() private method

private HandleError ( int res ) : void
res int
return void
        internal void HandleError(int res) {
            if (res != TclNative.TCL_OK)
                throw new TclException();
        }