Exemple #1
0
 public PortableExecutableParser()
 {
     ExceptionOption = ParserExceptionOption.ContinueSafely;
 }
Exemple #2
0
 public ExceptionCollector(ParserExceptionOption option)
 {
     _exceptions = new List <ParserException>();
     _option     = option;
 }