Rubberduck.Parsing.VBA.ParseErrorEventArgs.ParseErrorEventArgs C# (CSharp) Method

ParseErrorEventArgs() public method

public ParseErrorEventArgs ( Rubberduck.Parsing.Symbols.SyntaxErrorException exception, VBComponent component, ICodePaneWrapperFactory wrapperFactory ) : System
exception Rubberduck.Parsing.Symbols.SyntaxErrorException
component VBComponent
wrapperFactory ICodePaneWrapperFactory
return System
        public ParseErrorEventArgs(SyntaxErrorException exception, VBComponent component, ICodePaneWrapperFactory wrapperFactory)
        {
            _exception = exception;
            _component = component;
            _wrapperFactory = wrapperFactory;
        }