Exemplo n.º 1
0
 public ParserException(FArchive reader, string?message = null, Exception?innerException = null)
     : base($"{message}\n{reader.GetType().Name} Info: {reader.Name} Pos {reader.Position} Length {reader.Length}", innerException)
 {
 }