Rubberduck.Parsing.Preprocessing.VBAPreprocessorException.VBAPreprocessorException C# (CSharp) Method

VBAPreprocessorException() public method

public VBAPreprocessorException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public VBAPreprocessorException(string message, Exception innerException)
            : base(message, innerException)
        {
        }
    }
VBAPreprocessorException