Blacker.Scraper.Exceptions.ParserException.ParserException C# (CSharp) Метод

ParserException() публичный Метод

public ParserException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System
        public ParserException(string message, Exception inner)
            : base(message, inner)
        {
        }

Same methods

ParserException::ParserException ( ) : System
ParserException::ParserException ( System info, System context ) : System
ParserException::ParserException ( string message ) : System
ParserException::ParserException ( string message, string htmlDump ) : System
ParserException