private SyntaxErrorException(SyntaxErrorException syntaxErrorException) : base(syntaxErrorException, syntaxErrorException.DecoratedMessage) { this.Token = syntaxErrorException.Token; this.DecoratedMessage = Message; }