Microsoft.Scripting.Actions.BoundMemberTracker.GetError C# (CSharp) 메소드

GetError() 공개 메소드

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