Microsoft.Scripting.Actions.BoundMemberTracker.GetError C# (CSharp) Method

GetError() public method

public GetError ( ActionBinder binder ) : ErrorInfo
binder ActionBinder
return ErrorInfo
        public override ErrorInfo GetError(ActionBinder binder) {
            return _tracker.GetBoundError(binder, _instance);
        }